Closed PaulVanDev closed 7 years ago
an idea what I should try to update?
The errors being thrown by sklearn in conda, so that's certainly where I'd start. If you're using conda, it's also possible you have multiple versions of sklearn installed in different places on your machine, so you may want to nuke as many of them as you can, then reinstall only the upgraded version in only the place you need it.
What issue did you run into with 0.18.1? 0.19 is the main version we support, but I'd like to support 0.18 as well, ideally.
On Tue, Oct 24, 2017 at 6:12 AM PaulVanDev notifications@github.com wrote:
an idea what I should try to update?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ClimbsRocks/auto_ml/issues/339#issuecomment-338984975, or mute the thread https://github.com/notifications/unsubscribe-auth/AGsSVai45xyP7ZXOoUI7ELvQo7xt_ee7ks5sveIygaJpZM4QEZeA .
Ok sorry, I didn't succeed to update to 0.19.1 probably that some instances of anaconda were still running. A fresh restart, now it works, thank you and sorry again
no worries! versioning issues are the cool part of the job, right?
would love to hear any other feedback you have!
Hi,
I'm stuck, First I had the issue Argument 'X' has incorrect type (expected numpy.ndarray, got csr_matrix)
335
I tried to update sklearn, I had 0.18.1 and still 0.18.1, perhaps a dependency was updated. I've got auto_ml-2.7.7 -> ImportError: cannot import name 'Bunch'
ImportError Traceback (most recent call last)