Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility fixes for newer sklearn and configspace #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

amueller
Copy link

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

@@ -20,7 +20,7 @@
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
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
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