Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Aug 19, 2020
1 parent 2cea511 commit a82809f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ from pyss3.util import Evaluation
...
best_s, best_l, best_p, _ = Evaluation.grid_search(
clf, x_train, y_train,
s=[0.2 , 0.32, 0.44, 0.56, 0.68, 0.8],
l=[0.1 , 0.48, 0.86, 1.24, 1.62, 2],
s=[0.2, 0.32, 0.44, 0.56, 0.68, 0.8],
l=[0.1, 0.48, 0.86, 1.24, 1.62, 2],
p=[0.5, 0.8, 1.1, 1.4, 1.7, 2],
k_fold=4
)
Expand Down

0 comments on commit a82809f

Please sign in to comment.