Skip to content

Commit 3ee7bfa

Browse files
authored
Update experiments.py
1 parent b205aca commit 3ee7bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part2/experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_svm_classifier(C, kernel, gamma="scale"):
168168
degree=3))
169169
])
170170

171-
print("With C = " + C + "; gamma = " + gamma + "...")
171+
print("With C = " + str(C) + "; gamma = " + str(gamma) + "...")
172172

173173
# Train the svm
174174
svm_classifier.fit(training_emails, training_labels)

0 commit comments

Comments
 (0)