mirror of
https://github.com/gsi-upm/sitc
synced 2024-12-22 11:48:12 +00:00
Update 3_7_SVM.ipynb
Fixed typo in a comment
This commit is contained in:
parent
2c7c9e58e0
commit
0a9cd3bd5e
@ -222,7 +222,7 @@
|
|||||||
"kernel = types_of_kernels[0]\n",
|
"kernel = types_of_kernels[0]\n",
|
||||||
"gamma = 3.0\n",
|
"gamma = 3.0\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Create kNN model\n",
|
"# Create SVM model\n",
|
||||||
"model = SVC(kernel=kernel, probability=True, gamma=gamma)"
|
"model = SVC(kernel=kernel, probability=True, gamma=gamma)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user