Skip to content

Initializing models from runs, dependency issues #1005

@arpasan

Description

@arpasan

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.

Specifically:
Screenshot 2020-11-18 at 06 26 31

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:
Screenshot 2020-11-18 at 06 26 57

I'm not sure what to do about this. Any hints?

Versions

Screenshot 2020-11-18 at 06 44 59

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions