PeterPirog
PeterPirog
@solegalli My goal is to visualize similarity and correlation between categorical and numerical values. Step 1: change numerical values to bins (categorical values) Step 2: create text values created by...
@solegalli Of course there is no problem with conversion integer to string labels manualy. I think there is no reason to make big changes in API, I have some idea...
@solegalli Thank You for the answer. I asked about modin with ray parallel computations because Ray is very useful for pytorch an tensorflow distributed computation. I use Ray for tensorflow...
@solegalli I opened issue on modin github about modin equivalents for some pandas classes: [https://github.com/modin-project/modin/issues/4236](https://github.com/modin-project/modin/issues/4236) You wrote about dask, modin has support for ray and dask: [https://modin.readthedocs.io/en/stable/](https://modin.readthedocs.io/en/stable/) ``` pip install...
@Viir Very nice bot. I have some problem with returning to the station, the bot can't chose the station from list. My code is: ` @echo off @echo This is...
@Viir Thank You fot the answer. I found the reason, now in the game the station name phrase "Moon 11" has been replaced by "M11"
@PidgeyBE Thank you for arm7 repo: [https://github.com/ray-project/ray/files/5703429/ray_armv7l_32bit.zip](https://github.com/ray-project/ray/files/5703429/ray_armv7l_32bit.zip) I would like to ask where can I find tutorial how to build whl files for raspberry. I'm beginner in this topic and...
@PidgeyBE Thank You for the answer and link. I can build bazel with proper version thanks to this repo: [https://github.com/koenvervloesem/bazel-on-arm](https://github.com/koenvervloesem/bazel-on-arm) I noticed that compiling is resource expensive ( now I...
@PidgeyBE @umbernhard Does someone have ray-2.0.0.dev whl file for python 3.7 or other version for python 3.7? I try to build something myself but when I use tutorial [https://docs.ray.io/en/master/development.html](https://docs.ray.io/en/master/development.html) command...
@utilForever Thank you for the answer. I asked about python becouse there are many python frameworks to work with RL (personally I like tensorflow with rllib framework [https://docs.ray.io/en/latest/rllib.html](https://docs.ray.io/en/latest/rllib.html)). Making open...