PeterPirog
PeterPirog
Are there any modin equivalents for these pandas imports ? ``` from pandas.testing import assert_frame_equal from pandas._libs.lib import ( NoDefault, no_default, ) from pandas._libs.missing import is_matching_na import pandas._libs.testing as _testing...
### Search before asking - [X] I had searched in the [issues](https://github.com/ray-project/ray/issues) and found no similar feature requirement. ### Description Are there any plans to implement MuZero algorithm in ray?...
Is there any tutorial how to use RosettaStone with python RL? I know how tu use RL with open-ai gym but I'm not sure how to use Rosetta API with...
Is possible to make feature engine compatible with pandas dataframes created by modin? [https://docs.ray.io/en/latest/data/modin/index.html](https://docs.ray.io/en/latest/data/modin/index.html) Pandas modin is very effective way to paralelly computation of dataframes. The dataframe type of modin...
I suggest some new functionality in class `class feature_engine.discretisation.EqualFrequencyDiscretiser(variables=None, q=10, return_object=False, return_boundaries=False)` now q is integer type, but it can e defined as list with strings like: ` q=['very_low','low','medium','high','very_high']` Number...
I wonder if there is any tutorial how to add own custom gym environment to use EffficientZero algorithm ? Where the model is saved after training? How to use saved...
I think that interesting option can be creating private GPT web server with interface. Web interface needs: -text field for question -text ield for output answer -button to select propoer...
Is possible to add filter on [page](https://unit8co.github.io/darts/) select models by its properties? Maybe it's not very spectacular change but it's much easier to group models by demanded proprieties.
Is possible to speed up optapy calculations by usage of CUDA GPU?
Is possible to add some examples with classifications: - binary classification - multi class classification - multi label classification