Skip to content

Commit d501fed

Browse files
Update machine-learning/03-Training and AutoML.ipynb
Co-authored-by: Jake <31937616+JakeRadMSFT@users.noreply.github.com>
1 parent 02cc22e commit d501fed

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

machine-learning/03-Training and AutoML.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
"metadata": {},
1313
"source": [
1414
"## In this Notebook, you will learn\n",
15-
"- What is __Training__ actually mean in machine learning\n",
16-
"- Available trainers in ML.Net, their difference, and how to decide which one to use.\n",
17-
"- How hyper-parameter affects training performance.\n",
18-
"- How to use built-in AutoML to simplify your training process.\n",
19-
"\n",
20-
"To be clarify, this notebook only talks about surpervised learning, so the training process will be performed on labeled data."
15+
"- What does __Training__ mean?\n",
16+
"- Introduction to trainers, some of their differences, and how to decide which one to use.\n",
17+
"- How hyper-parameters impact training performance.\n",
18+
"- How to use AutoML to simplify your training process.\n"
2119
]
2220
},
2321
{

0 commit comments

Comments
 (0)