Skip to content

Commit 74a9dea

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module6/assignment2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def drawPredictions():
9595

9696
#
9797
# 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
98+
# and set the kernel to linear. Then train the model on the training
9999
# data / labels:
100100
print "Training SVC Classifier..."
101101
#

0 commit comments

Comments
 (0)