Skip to content

Commit

Permalink
- html2seq refactored - oK
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoesteves committed Aug 29, 2018
1 parent 805a65e commit fb0b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/defacto/definitions.py
Expand Up @@ -214,7 +214,7 @@
C=[0.1, 0.5, 1.0, 3.0, 5.0, 10.0, 50.0, 100.0]),
SEARCH_METHOD_RANDOMIZED_GRID),
(Ridge(), dict(alpha=[1e0, 1e-1],
solver=['auto', 'svd', 'cholesky', 'lsqr', 'sparse_cg', 'sag', 'saga']),
solver=['sag']),
SEARCH_METHOD_RANDOMIZED_GRID),
(SVR(), dict(epsilon=[1e0, 1e-1, 1e-2, 1e-3], kernel=["linear", "sigmoid"], tol=[1e0, 1e-1, 1e-2, 1e-3],
C=[1e0, 1e-1, 1e-2, 1e-3]), SEARCH_METHOD_RANDOMIZED_GRID)
Expand Down

0 comments on commit fb0b49e

Please sign in to comment.