Update 3_7_SVM.ipynb

Fixed typo in a comment
pull/6/merge
Carlos A. Iglesias 2 years ago committed by GitHub
parent 2c7c9e58e0
commit 0a9cd3bd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -222,7 +222,7 @@
"kernel = types_of_kernels[0]\n",
"gamma = 3.0\n",
"\n",
"# Create kNN model\n",
"# Create SVM model\n",
"model = SVC(kernel=kernel, probability=True, gamma=gamma)"
]
},

Loading…
Cancel
Save