Skip to content
Snippets Groups Projects
Commit 7570179c authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Refi change'

parent 432705f8
Branches master
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ class Random(RandomizedSearchCV, HPSearch): ...@@ -191,7 +191,7 @@ class Random(RandomizedSearchCV, HPSearch):
class Grid(GridSearchCV, HPSearch): class Grid(GridSearchCV, HPSearch):
def __init__(self, estimator, param_grid={}, refit=True, n_jobs=1, scoring=None, cv=None, def __init__(self, estimator, param_grid={}, refit=False, n_jobs=1, scoring=None, cv=None,
learning_indices=None, view_indices=None, framework="monoview", learning_indices=None, view_indices=None, framework="monoview",
random_state=None, track_tracebacks=True): random_state=None, track_tracebacks=True):
scoring = HPSearch.get_scoring(self, scoring) scoring = HPSearch.get_scoring(self, scoring)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment