Skip to content

Commit 72ba18a

Browse files
Apply suggestions from code review
Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
1 parent 7518c4e commit 72ba18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine-learning/03-Training and AutoML.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@
400400
"metadata": {},
401401
"source": [
402402
"## Use AutoML to simplify hyper-parameter optimization.\n",
403-
"Hyper-parameter optimization is tedious while important, and it's also something that can be done automatically. Using built-in `AutoMLExperiment` can greatly simplify hpo process. `AutoMLExperiment` applies the latest research from MSR so it can conduct swift, accurate and thorough hyper-parameter optimization in a limited time budget.\n",
403+
"Hyper-parameter optimization is an important process with lots of trial and error. This process can be automated and simplified using the built-in `AutoMLExperiment`. `AutoMLExperiment` applies the latest research from Microsoft Research to conduct a swift, accurate and thorough hyper-parameter optimization given a limited time budget.\n",
404404
"\n",
405-
"The code below shows how to use `AutoMLExperiment` for hpo and explore a better configuration for `LightGbm` on the non-linear dataset used in Example 2."
405+
"The code below shows how to use `AutoMLExperiment` for HPO to explore a better configuration for `LightGbm` on the non-linear dataset used in Example 2."
406406
]
407407
},
408408
{

0 commit comments

Comments
 (0)