ray/doc/source/tune/examples
Kai Fricke 753f5feaf4
[tune] Remove TrialCheckpoint class (#25406)
The old user-facing TrialCheckpoint class has been deprecated in favor of `ray.ml.Checkpoint` and will be removed with this PR.

The main change in this PR is to delete the old `TrialCheckpoint` class and replace remaining API calls (e.g. `checkpoint.local_path`) with the correct AIR equivalents.

One issue that comes up is that with Ray client usage, checkpoint directories are not available on the local node (the client). Thus, we can't construct `Checkpoint` objects easily. (Previously, the TrialCheckpoint object held a reference to the location, even if it is not locally available). There are ongoing discussions on how to resolve this in the future. For now, we print an error when such a checkpoint is requested.

Depends on #25805

Signed-off-by: Kai Fricke <kai@anyscale.com>
2022-07-11 20:08:10 +01:00
..
includes [tune] Remove DurableTrainable class (#25405) 2022-06-03 10:16:02 +01:00
ax_example.ipynb [air/tune] Documentation testing fixes (#26409) 2022-07-09 19:47:21 -07:00
bayesopt_example.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
bohb_example.ipynb [air/tune] Documentation testing fixes (#26409) 2022-07-09 19:47:21 -07:00
BUILD [tune] fix hebo_example. (#26439) 2022-07-11 17:12:10 +01:00
dragonfly_example.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
flaml_example.ipynb [air/tune] Documentation testing fixes (#26409) 2022-07-09 19:47:21 -07:00
hebo_example.ipynb [tune] fix hebo_example. (#26439) 2022-07-11 17:12:10 +01:00
horovod_simple.ipynb [AIR] Replace train. with session. (#26303) 2022-07-07 16:29:04 -07:00
hyperopt_example.ipynb [air/tune] Documentation testing fixes (#26409) 2022-07-09 19:47:21 -07:00
index.rst [docs] Tune examples better navigation, minor fixes (#24733) 2022-05-13 14:39:18 +01:00
lightgbm_example.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
mxnet_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
nevergrad_example.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
optuna_example.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
pbt_ppo_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
pbt_transformers.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
sigopt_example.ipynb [air/tune] Documentation testing fixes (#26409) 2022-07-09 19:47:21 -07:00
skopt_example.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
tune-comet.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
tune-mlflow.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
tune-pytorch-cifar.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
tune-pytorch-lightning.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
tune-serve-integration-mnist.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
tune-sklearn.ipynb run code in browser (#22727) 2022-03-02 10:27:00 +01:00
tune-wandb.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00
tune-xgboost.ipynb [tune] Remove TrialCheckpoint class (#25406) 2022-07-11 20:08:10 +01:00
tune_mnist_keras.ipynb Fix broken links in documentation and put linkcheck linter in place on CI (#23340) 2022-03-18 21:02:52 -07:00
zoopt_example.ipynb [air] update documentation to use session.report (#26051) 2022-06-30 10:37:31 -07:00