Closed vabatista closed 6 years ago
thanks for the bug report! sorry for the delayed response.
i think this is probably a versioning issue, as i can't reproduce it on the latest version of auto_ml.
sklearn, while being a fantastic project in many ways that generally tries to be really good about deprecation warnings, still sometimes releases breaking changes. This, unfortunately, was one of them. all new versions of auto_ml take this into account, and work on both sklearn versions. but older versions of auto_ml didn't know this was going to be an issue (i haven't yet trained a ml predictor to anticipate bugs, though that'd certainly be a fascinating project), so they didn't have that workaround built in yet.
i'm gonna close this, because i can't repro it on recent versions of auto_ml. so i think it's been fixed already.
thanks for filing the bug! would love to hear any other thoughts you have.
I'm trying to run the sample code provided here:
And I'm getting this error:
sklearn version: 0.18
After upgrade sklearn to 0.19 it worked, but this should be a requirement for pip install. Right?