Skip to content

Commit

Permalink
[docs][tune] remove low value tune examples and references to them (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
angelinalg authored Nov 27, 2023
1 parent 68a1adc commit d432bd6
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 7,285 deletions.
10 changes: 0 additions & 10 deletions doc/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ parts:
title: "PyTorch Example"
- file: tune/examples/tune-pytorch-lightning
title: "PyTorch Lightning Example"
- file: tune/examples/tune-serve-integration-mnist
title: "Ray Serve Example"
- file: tune/examples/pbt_ppo_example
title: "Ray RLlib Example"
- file: tune/examples/tune-xgboost
Expand All @@ -157,22 +155,14 @@ parts:
sections:
- file: tune/examples/ax_example
title: "Ax Example"
- file: tune/examples/dragonfly_example
title: "Dragonfly Example"
- file: tune/examples/hyperopt_example
title: "HyperOpt Example"
- file: tune/examples/bayesopt_example
title: "Bayesopt Example"
- file: tune/examples/flaml_example
title: "FLAML Example"
- file: tune/examples/bohb_example
title: "BOHB Example"
- file: tune/examples/nevergrad_example
title: "Nevergrad Example"
- file: tune/examples/optuna_example
title: "Optuna Example"
- file: tune/examples/sigopt_example
title: "SigOpt Example"
- file: tune/examples/other-examples
title: "Other Examples"
- file: tune/examples/exercises
Expand Down
35 changes: 0 additions & 35 deletions doc/source/ray-overview/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,6 @@ Ray Examples

How To Use Tune With Ax

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning
:link: /tune/examples/dragonfly_example
:link-type: doc

How To Use Tune With Dragonfly

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning
:link: /tune/examples/hyperopt_example
Expand All @@ -354,41 +347,20 @@ Ray Examples

How To Use Tune With BayesOpt

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning
:link: /tune/examples/flaml_example
:link-type: doc

How To Use Tune With BlendSearch and CFO

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning
:link: /tune/examples/bohb_example
:link-type: doc

How To Use Tune With TuneBOHB

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning
:link: /tune/examples/nevergrad_example
:link-type: doc

How To Use Tune With Nevergrad

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning
:link: /tune/examples/optuna_example
:link-type: doc

How To Use Tune With Optuna

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning
:link: /tune/examples/sigopt_example
:link-type: doc

How To Use Tune With SigOpt

.. grid-item-card:: :bdg-warning:`Video`
:class-item: gallery-item tuning serving
:link: https://www.youtube.com/watch?v=UtH-CMpmxvI
Expand Down Expand Up @@ -461,13 +433,6 @@ Ray Examples

How To Tune PyTorch Lightning Models

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item tuning serving tune serve
:link: /tune/examples/tune-serve-integration-mnist
:link-type: doc

Model Selection & Serving With Ray Serve

.. grid-item-card:: :bdg-secondary:`Code example`
:class-item: gallery-item rl tuning serving tune serve
:link: tune-rllib-example
Expand Down
1 change: 0 additions & 1 deletion doc/source/tune/examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ py_test_run_all_notebooks(
"pbt_transformers.ipynb", # Transformers uses legacy Tune APIs.
# TODO(justinvyu): tune_sklearn uses removed experiment analysis method
"tune-sklearn.ipynb",
"sigopt_example.ipynb", # REGRESSION: no credentials
],
data = ["//doc/source/tune/examples:tune_examples"],
tags = ["exclusive", "team:ml"],
Expand Down
Loading

0 comments on commit d432bd6

Please sign in to comment.