We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbcef7 commit 74a9deaCopy full SHA for 74a9dea
Module6/assignment2.py
@@ -95,7 +95,7 @@ def drawPredictions():
95
96
#
97
# TODO: Create an SVC classifier. Leave C=1, but set gamma to 0.001
98
-# and set the kernel to linear. Then train the model on the testing
+# and set the kernel to linear. Then train the model on the training
99
# data / labels:
100
print "Training SVC Classifier..."
101
0 commit comments