Skip to content
Snippets Groups Projects
Unverified Commit 2f1e45d8 authored by Dominique Benielli's avatar Dominique Benielli Committed by GitHub
Browse files

Update hyper_parameter_search.py

parent f4f1a080
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class Random(RandomizedSearchCV, HPSearch):
def __init__(self, estimator, param_distributions=None, n_iter=10,
refit=False, n_jobs=1, scoring=None, cv=None,
random_state=None, error_score=nan, view_indices=None,
random_state=None, error_score=np.nan, view_indices=None,
framework="monoview",
equivalent_draws=True, track_tracebacks=True):
param_distributions = self.get_param_distribs(estimator, param_distributions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment