scv119
3edfc78ee2
update version number to 2.0.0rc0
2022-07-27 18:43:27 +00:00
Jiao
5315f1e643
[AIR] Enable other notebooks previously marked with # REGRESSION ( #26896 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2022-07-25 13:40:21 -07:00
matthewdeng
df638b3f0f
[Datasets] Automatically cast tensor columns when building Pandas blocks. ( #26924 )
...
This PR just applies the changes from the following PRs:
[Datasets] Automatically cast tensor columns when building Pandas blocks. #26684
reverted by Revert "[Datasets] Automatically cast tensor columns when building Pandas blocks." #26921
[AIR - Datasets] Fix TensorDtype construction from string and fix example. #26904
This fixes the test failures introduced in the originally reverted PRs.
2022-07-25 12:12:10 -07:00
Jiao
db027d86af
[P0][AIR] Fix train to serve notebooks ( #26821 )
...
Co-authored-by: Simon Mo <simon.mo@hey.com>
2022-07-21 18:04:13 -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
Amog Kamsetty
6595bd6e2d
[AIR] Introduce better scoring API for BatchPredictor
( #26451 )
...
Signed-off-by: Amog Kamsetty <amogkamsetty@yahoo.com>
As discussed offline, allow configurability for feature columns and keep columns in BatchPredictor for better scoring UX on test datasets.
2022-07-14 11:26:12 -07:00
Antoni Baum
ea94cda1f3
[AIR] Replace train.
with session.
( #26303 )
...
This PR replaces legacy API calls to `train.` with AIR `session.` in Train code, examples and docs.
Depends on https://github.com/ray-project/ray/pull/25735
2022-07-07 16:29:04 -07:00
Simon Mo
88a219c7f2
Revert "Revert "[AIR][Serve] Rename ModelWrapperDeployment -> PredictorDeployment"" ( #26231 )
2022-07-05 13:26:49 -07:00
Stephanie Wang
c9be251b7a
Revert "[AIR][Serve] Rename ModelWrapperDeployment -> PredictorDeployment ( #25962 )" ( #26176 )
...
This reverts commit 68692b3464
.
2022-06-28 17:07:07 -07:00
Simon Mo
68692b3464
[AIR][Serve] Rename ModelWrapperDeployment -> PredictorDeployment ( #25962 )
2022-06-28 10:26:10 -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
Amog Kamsetty
1316a2d05e
[AIR/Train] Move ray.air.train
to ray.train
( #25570 )
2022-06-08 21:34:18 -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
Amog Kamsetty
e8440cf52b
[AIR] Incremental Learning Example ( #24420 )
...
Example for domain incremental learning on Permuted MNIST Dataset with naive strategy
2022-05-26 12:28:28 -07:00