Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Jul 4, 2018
1 parent 1915ab4 commit 0a4465a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ clf.fit(x,y)
x2,y2=load_svmlight_file("../dataset/test_dataset.txt")
y_predict=clf.predict(x2)
score=clf.score(x2,y2)
clf.save_to_file('./model')

print "test score is ", score
```
Expand Down

0 comments on commit 0a4465a

Please sign in to comment.