Update RayTune doc link for Hyperparameter tuning (#24422)
Update outdated hyperlink hpo_train.md Link to RayTune search space API docs was outdated - have provided correct new link for docs. Co-authored-by: Joshua Samuel <66880119+Joshsamuel101@users.noreply.github.com>
This commit is contained in:
@@ -54,7 +54,7 @@ For optuna, see optuna [object_parameter](https://optuna.readthedocs.io/en/stabl
|
|||||||
... }
|
... }
|
||||||
```
|
```
|
||||||
|
|
||||||
For raytune, see raytune [object_parameter](https://docs.ray.io/en/latest/tune/api_docs/search_space.html), it's like following:
|
For raytune, see raytune [object_parameter](https://docs.ray.io/en/latest/tune/api/search_space.html), it's like following:
|
||||||
|
|
||||||
```py
|
```py
|
||||||
>>> def ray_hp_space(trial):
|
>>> def ray_hp_space(trial):
|
||||||
|
|||||||
Reference in New Issue
Block a user