Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkinnison committed Aug 6, 2018
1 parent 660d3b2 commit 7e210f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/svm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def main(params):
# worker.
s = OneVsRestClassifier(
BaggingClassifier(
svm,
svc,
n_estimators=10,
max_samples=0.1,
n_jobs=-1))
Expand Down

0 comments on commit 7e210f6

Please sign in to comment.