Aidis Stukas

Results 14 issues of Aidis Stukas

What is a good way to use code from within Python? Using package from cmd is a nuisance for me. Thanx for package!

Is it possible to scrape pages concurrently with creeper?

**Describe the bug** NotImplementedError when launching server in Python 3.8 **Expected behavior** No error should happen **To Reproduce** 1. Install Python3.8 2. Create a server with ModularVisualization **Additional context** ```...

## Description ## Reproducible example Connect to localhost:8888 jupyter notebook ```py from lightgbm import LGBMClassifier from sklearn.datasets import make_moons model = LGBMClassifier(boosting_type='gbdt', num_leaves=31, max_depth=- 1, learning_rate=0.1, n_estimators=300, device = "gpu")...

bug
awaiting response

## Description Using ray.tune.sklearn.TuneSearchCV to tune lightgbm.LGBMRegressor. TuneSearchCV was used with scheduler (ray.tune.schedulers.ASHAScheduler) and bayesian optimization. After 3 hours of running we get `lightgbm.basic.LightGBMError: Out of Resources` error. Not sure...

question

I consider developing a bot to play this game. Any tips for doing that? I guess the AI exists in a for non player civs. Would it be possible for...

question

**Context** I would like to be able to use Internet Archive Book Reader in React app. Maybe a documentation could be provided? **Success Metrics** A documentation entry, based on which...

Currently TuneSearchCV fails when provided with LGBMRegressor provided wrapped inside TransformedTargerRegressor. For example, this block would fail ``` regressor = LGBMRegressor(**config) regressor = TransformedTargetRegressorTwo( regressor=regressor, func=np.log1p, inverse_func=np.expm1 ) ``` Failure...

It could work as something like this ``` ROTATING_PROXY_LIST_URL = 'http://..../get_proxies.json' ``` Or, what would be the correct way of implementing this?

### Research - [X] I have searched the above polars tags on Stack Overflow for similar questions. - [ ] I have asked my usage related question on [Stack Overflow](https://stackoverflow.com)....

question