[docs] optuna variable typo (#14006)

* fix variable name typo

* align
This commit is contained in:
Crissman Loomis 2021-02-10 02:51:29 +09:00 committed by GitHub
parent 3c8b164882
commit 43083b9653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ class OptunaSearch(Searcher):
param.suggest_uniform("b", 10, 20)
]
algo = OptunaSearch(
optuna_search = OptunaSearch(
space,
metric="loss",
mode="min")