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

Incompatible key word arguments in decision_tree #170

Open
baasman opened this issue Mar 29, 2021 · 0 comments
Open

Incompatible key word arguments in decision_tree #170

baasman opened this issue Mar 29, 2021 · 0 comments

Comments

@baasman
Copy link

baasman commented Mar 29, 2021

Currently, at least decision_tree seems to be failing due to the keyword "presort" being removed in DecisionTreeClassifier. Downgrading sklearn to earlier versions would fix this, but I'm using more recent version (.23 and up) for other reasons. Is there a way to have finer control over what kwargs are passed? Is this even fixable within hyperopt-sklearn? Or do I have to live with using older versions of scikit-learn?

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

No branches or pull requests

1 participant