forked from pbalapra/scikit-optimize
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BayesSearchCV(iid=) parameter deprecated in sklearn 0.24 (scik…
…it-optimize#988) * Remove BayesSearchCV(iid=) parameter deprecated in sklearn Fixes scikit-optimize#978 * Remove now unused weights= parameter * Update skopt/searchcv.py Co-authored-by: Tim Head <[email protected]> * Fix BayesSearchCV repr/pprint; Fix changed sklearn.model_selection._validation._fit_and_score * Update searchcv.py Further improvements for kernc previous commits. iid totally removed to prevent troubles with sklearn utils prettyprinting. prettyprinting looks for params when print to repl. Sklearn 0.24 has changed return value after cv, so i changed dict destructuring(a litttle bit dirty) * Update searchcv.py * Revert unrelated changes * PEP8 format; add comment * Revert reverting "unrelated changes" This is required to pass tests/test_searchcv.py with scikit-learn 0.24+. * Migrate BayesSearchCV to sklearn BaseSearchCV._run_search() API Fixes scikit-optimize#718 * add todo item * Add WhatsNew entry Co-authored-by: Tim Head <[email protected]> Co-authored-by: bole1 <[email protected]>
- Loading branch information
1 parent
c95a3e5
commit 9461bfe
Showing
2 changed files
with
44 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters