Skip to content

Remove transitive dependency when saving pipelines #54

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

Closed
adriangonz opened this issue Mar 18, 2021 · 0 comments · Fixed by #77
Closed

Remove transitive dependency when saving pipelines #54

adriangonz opened this issue Mar 18, 2021 · 0 comments · Fixed by #77
Assignees

Comments

@adriangonz
Copy link

Pipelines currently contain references to model instances, which contain transitive dependencies of their own. This means that when saved, they will also contain all these transitive deps.

Potential solutions could be:

  • Make models explicit under a array field of the class
  • Hack cloudpickle to use a different global context
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

Successfully merging a pull request may close this issue.

2 participants