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

Allow loading a primitive or pipeline directly from the JSON path #114

Closed
csala opened this issue Dec 19, 2019 · 0 comments · Fixed by #115
Closed

Allow loading a primitive or pipeline directly from the JSON path #114

csala opened this issue Dec 19, 2019 · 0 comments · Fixed by #115
Assignees
Milestone

Comments

@csala
Copy link
Contributor

csala commented Dec 19, 2019

Allow directly passing a JSON path as the pipeline or primitive name:

from mlblocks import MLPipeline

pipeline = MLPipeline('path/to/my_pipeline.json')
pipeline = MLPipeline(['my.primitive', 'my/primitive/path.json'])
@csala csala self-assigned this Dec 19, 2019
@csala csala added this to the 0.3.5 milestone Dec 19, 2019
gsheni pushed a commit that referenced this issue Aug 29, 2022
Resolving issues 101 and 102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant