[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
+1 -1
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")