Balaji Veeramani
8bc836d9fb
[AIR] Remove CustomStatefulPreprocessor
( #26981 )
2022-07-26 10:10:57 -07:00
Sumanth Ratna
759966781f
[air] Allow users to use instances of ScalingConfig
( #25712 )
...
Co-authored-by: Xiaowei Jiang <xwjiang2010@gmail.com>
Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2022-07-18 15:46:58 -07:00
Antoni Baum
0ec198acc2
[AIR] Remove unnecessary pandas from examples ( #26009 )
...
Removes unnecessary pandas usage from AIR examples. Helps ensure users do not follow bad practices.
2022-06-24 14:38:23 -07:00
Antoni Baum
91dd360f9d
[AIR/train] Move predictors to ray.train
( #25769 )
2022-06-15 17:02:15 -07:00
Antoni Baum
5e9a8eb5f6
[AIR/data] Move preprocessors to ray.data
( #25599 )
...
Moves ray.air.Preprocessor and ray.air.preprocessors to ray.data to converge on the agreed upon package structure discussed internally.
2022-06-13 12:57:59 -07:00
matthewdeng
88524d8b57
[air] add CustomStatefulPreprocessor
( #25497 )
2022-06-09 16:54:46 -07:00
Amog Kamsetty
1316a2d05e
[AIR/Train] Move ray.air.train
to ray.train
( #25570 )
2022-06-08 21:34:18 -07:00
Eric Liang
c1afbcb6f4
[air] Enforce API stability annotations for AIR module ( #25485 )
2022-06-06 22:52:21 -07:00
Kai Fricke
4b9a89ad90
[air] Move python/ray/ml to python/ray/air ( #25449 )
...
The package "ml" should be renamed to "air".
Main question: Keep a `ml.py` with `from ray.air import *` for some level of backwards compatibility?
I'd go for no to force people to use the new structure.
2022-06-03 21:53:44 +01:00
matthewdeng
2e05b62236
[AIR] Preprocessors feature guide ( #25302 )
2022-06-03 11:43:51 -07:00