Skip to content
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

Make MLBlocks an optional dependency #9

Open
micahjsmith opened this issue Jun 18, 2019 · 0 comments
Open

Make MLBlocks an optional dependency #9

micahjsmith opened this issue Jun 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@micahjsmith
Copy link
Contributor

MLBlocks is a pretty heavy-weight dependency as it requires tensorflow, xgboost, etc. to be installed. To just "explore" pipelines from S3, users shoudn't need MLBlocks.

Desired functionality:

  • for all methods except PipelineExplorer.score_pipeline and Pipeline.score_template, MLBlocks should not need to be installed
  • if the user wants to score pipelines or templates using PipelineExplorer.score_pipeline and Pipeline.score_template, they can enable this by pip install piex[mlblocks] (or piex[scoring] or piex[all] or some other variant)

Note that this would require a workaround for using MLPipeline to load pipelines/templates for the express purpose of extracting metadata from them

@micahjsmith micahjsmith added the enhancement New feature or request label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant