[tune] Fix links (#8477)

This commit is contained in:
Richard Liaw
2020-05-18 10:08:29 -07:00
committed by GitHub
parent 9a721ed71a
commit b6c4f45ae0
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ BOHB (tune.suggest.bohb.TuneBOHB)
BOHB (Bayesian Optimization HyperBand) is an algorithm that both terminates bad trials and also uses Bayesian Optimization to improve the hyperparameter search. It is backed by the `HpBandSter library <https://github.com/automl/HpBandSter>`_.
Importantly, BOHB is intended to be paired with a specific scheduler class: `HyperBandForBOHB <tune-schedulers.html#hyperband-bohb>`__.
Importantly, BOHB is intended to be paired with a specific scheduler class: :ref:`HyperBandForBOHB <tune-scheduler-bohb>`.
This algorithm requires using the `ConfigSpace search space specification <https://automl.github.io/HpBandSter/build/html/quickstart.html#searchspace>`_. In order to use this search algorithm, you will need to install ``HpBandSter`` and ``ConfigSpace``: