Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Feb 25, 2020
1 parent 6c0b695 commit 0c512d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ reasons behind classification decisions, **with just one line of code**:
from pyss3.server import Live_Test
from pyss3 import SS3
clf = SS3(name="my_model")
clf = SS3()
...
clf.fit(x_train, y_train)
Live_Test.run(clf, x_test, y_test) # <- this one! cool uh? :)
Expand Down

0 comments on commit 0c512d4

Please sign in to comment.