Skip to content

Commit

Permalink
Merge pull request #9 from thuijskens/feature/scikit-update
Browse files Browse the repository at this point in the history
Update scikit-learn to 0.21
  • Loading branch information
thuijskens committed Nov 2, 2019
2 parents 89398ba + 05af0c3 commit 68bef5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hyperband/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ def __init__(self, estimator, param_distributions,
self.random_state = random_state

super(HyperbandSearchCV, self).__init__(
estimator=estimator, scoring=scoring, fit_params=None,
n_jobs=n_jobs, iid=iid, refit=refit, cv=cv, verbose=verbose,
estimator=estimator, scoring=scoring, n_jobs=n_jobs,
iid=iid, refit=refit, cv=cv, verbose=verbose,
pre_dispatch=pre_dispatch, error_score=error_score,
return_train_score=return_train_score)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nose>=1.1.2
scikit-learn>=0.19
numpy>=1.8.0
scikit-learn>=0.21
numpy>=1.11.0

0 comments on commit 68bef5a

Please sign in to comment.