Hongchao Deng
Hongchao Deng
Currently the README doesn't provide much info on what problems the project solves and how to use it. We need to rewrite it to align with OSS style: https://github.com/dbader/readme-template Additionally,...
## Why are these changes needed? This is separated from https://github.com/ray-project/ray/pull/45364. Have tested it for `chaos_test/test_chaos_basic.py`. How to enable this feature is to be discussed? We can enable it for...
## Why are these changes needed? ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this...
### Description Currently the the ray_tasks/actors metrics could be of huge volume. This is fine for single cluster. But for aggregated platform view this could be a problem of excessive...
### What happened + What you expected to happen ray_tasks is a type of GAUGE. It should not set to 0/-1. ### Versions / Dependencies ray 2.34 ### Reproduction script...
## Why are these changes needed? `dataset.aggregate` requires a full materialization in memory. Rewrite the MaxAbsScaler, MinMaxScaler, UniformKBinsDiscretizer to do a map_batches pass instead of using dataset.aggregate to calculate the...