1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-13 14:46:38 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Eric Liang
36c46e9686
[docs] Improve AIR table of contents titles () 2022-07-22 17:17:49 -07:00
Sumanth Ratna
759966781f
[air] Allow users to use instances of ScalingConfig ()
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
1316a2d05e
[AIR/Train] Move ray.air.train to ray.train () 2022-06-08 21:34:18 -07:00
Kai Fricke
4b9a89ad90
[air] Move python/ray/ml to python/ray/air ()
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
Kai Fricke
a92ce9721c
[air] Example to run tuning and analyze results ()
This is a notebook showing how to tune an xgboost model and analyze the results.

Also adds a `get_dataframe()` method to `ResultsGrid` to fetch the trial results.

Depends on  for toctree.
2022-05-13 15:22:36 +01:00