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

Pipeline Generalization #3

Open
4 tasks
pattonw opened this issue Sep 16, 2020 · 0 comments
Open
4 tasks

Pipeline Generalization #3

pattonw opened this issue Sep 16, 2020 · 0 comments

Comments

@pattonw
Copy link
Collaborator

pattonw commented Sep 16, 2020

train pipeline:

  • replace create_pipeline_2d and create_pipeline_3d with dimension agnostic create_pipeline if possible
  • support non-gunpowder pipelines if possible
  • make the train pipeline a class (generator) with modular components (get_inputs, get_outputs, add_augments, ...) to better support customization without having to rewrite everything. (use abc?)
  • Multiple sources

predict pipeline:
very similar to train pipeline

@pattonw pattonw mentioned this issue Sep 16, 2020
14 tasks
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