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

Provide pipeline_kwargs as a way for easier kwarg access #176

Open
CJ-Wright opened this issue Mar 19, 2019 · 1 comment
Open

Provide pipeline_kwargs as a way for easier kwarg access #176

CJ-Wright opened this issue Mar 19, 2019 · 1 comment

Comments

@CJ-Wright
Copy link
Member

It might be nice to have a top level key which presents all the kwargs of the pipeline, maybe with node names or as a big heap. This will allow users (and ES) to access that information without having to go all the way down to the networkx representation of the graph (which could be annoying).

@CJ-Wright
Copy link
Member Author

One problem we could run into with a giant dict of kwargs is that they could overlap and then we might loose information (although it is still safe in the graph). If we have the kwargs broken up by node (with maybe a human readable name?) then we are sure that we have the information. I don't know how this squares with the ES work @pavoljuhas @stuartcampbell thoughts?

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