Skip to content

Commit 46b7c89

Browse files
'update
1 parent 0aabcf8 commit 46b7c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine-learning/Parameter and SearchSpace.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {
66
"dotnet_interactive": {
7-
"language": "csharp"
7+
"language": "markdown"
88
}
99
},
1010
"source": [
11-
"AutoML.Net has a great extensibility and allows you to define your own search space. There're two ways to define a search space: via scratch and via attribution. Via scratch gives you more flexibility while via attribution is more readable. And both ways are equivalant.\n",
11+
"You can create your own search space in AutoML.Net. There're two ways to define a search space: via scratch and via attribution. Via scratch gives you more flexibility while via attribution is more readable. And both ways are equivalant.\n",
1212
"\n",
1313
"In this notebook, we will go through a series of topics on search space\n",
1414
"- available options in search space\n",

0 commit comments

Comments
 (0)