Skip to content

compatibility fixes for newer sklearn and configspace#6

Open
amueller wants to merge 2 commits into
janvanrijn:masterfrom
amueller:compatibility_fixes
Open

compatibility fixes for newer sklearn and configspace#6
amueller wants to merge 2 commits into
janvanrijn:masterfrom
amueller:compatibility_fixes

Conversation

@amueller

Copy link
Copy Markdown

remove unused imports, fix for new versions of configspace and sklearn.

from sklearn.model_selection._split import check_cv
from sklearn.model_selection._validation import _fit_and_score
from sklearn.externals.joblib import Parallel, delayed
from sklearn.utils.fixes import rankdata

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is deprecated and probably shouldn't be used. Why are you using this? You want to support old versions of scipy? That seems odd...

@amueller

Copy link
Copy Markdown
Author

Fixes #3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant