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

Expose required init_params #119

Open
csala opened this issue Jan 23, 2020 · 0 comments
Open

Expose required init_params #119

csala opened this issue Jan 23, 2020 · 0 comments

Comments

@csala
Copy link
Contributor

csala commented Jan 23, 2020

Some primitives require the user to provide some init_params, and at the moment the list of these required init_params is only available in the primitive specification.

This can make using a pipeline complicated, as the only way to figure out what arguments needed to create an instance is to read the pipeline JSON, see which primitives the pipeline is using, and then load each all the primitives to see what the required init_params are for each one of them.

This issue is to make an MLPipeline classmethod which allows exploring the required init_params of a pipeline before actually loading it.

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

No branches or pull requests

1 participant