-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Labels
module:FlowOpenML conceptOpenML concept
Description
Description
Hi, I'm encountering the following error when trying to initialize a model from Run ID:
ValueError: Trying to deserialize a model with dependency sklearn==0.21.dev0 not satisfied.
I tried installing openml from the dev branch...
! pip3 install git+https://github.com/openml/openml-python@develop...but that doesn't do the trick.
On the other hand, if I hone in on a model/pipeline containing the exact same sklearn that I have, I get another error:

I'm not sure what to do about this. Any hints?
Versions
Thanks!
Metadata
Metadata
Assignees
Labels
module:FlowOpenML conceptOpenML concept

