From b63f1bc8b8b511932d3c519e0e214bd706e94068 Mon Sep 17 00:00:00 2001 From: Kirito <74639234+Kirito-Excalibur@users.noreply.github.com> Date: Sun, 30 Oct 2022 09:45:46 +0530 Subject: [PATCH] Indentation corrected (#778) --- website/docs/Use-Cases/Task-Oriented-AutoML.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Use-Cases/Task-Oriented-AutoML.md b/website/docs/Use-Cases/Task-Oriented-AutoML.md index 77b98cd86..ec885b345 100644 --- a/website/docs/Use-Cases/Task-Oriented-AutoML.md +++ b/website/docs/Use-Cases/Task-Oriented-AutoML.md @@ -573,7 +573,7 @@ The curve suggests that increasing the time budget may further improve the accur 2. set t2 as the time budget, and also set `early_stop=True`. If the early stopping is triggered, you will see a warning like > WARNING - All estimator hyperparameters local search has converged at least once, and the total search time exceeds 10 times the time taken to find the best model. -> WARNING - Stopping search as early_stop is set to True. + > WARNING - Stopping search as early_stop is set to True. ### How much time is needed to find the best model