Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba8e4e5

Browse files
Update SVM.py
fixed typos
1 parent e55a960 commit ba8e4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎SVM.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ def kernel(x,y):
177177
print "accuracy is ",(sum(y_predict==y_test)/len(y_predict))
178178

179179

180-
#right now, it only works on binary classification tasks but one-vs-all technique can be used to implement a multi-classification tasks.
180+
#right now, it only works on binary classification tasks but one-vs-all technique can be used to implement a multi-class classification algo.
181181

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /