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

Reorganize pipelines #63

Closed
sarahmish opened this issue Jan 18, 2022 · 0 comments · Fixed by #64
Closed

Reorganize pipelines #63

sarahmish opened this issue Jan 18, 2022 · 0 comments · Fixed by #64
Assignees
Labels
enhancement Improvements on the current features
Milestone

Comments

@sarahmish
Copy link
Collaborator

Reorganize pipelines from types to be named pipelines.

Original organization

draco/pipelines
  ├── classes
      ├── normalize_dfs_xgb_classifier.json
      ├── unstack_dfs_xgb_classifier.json
      ├── unstack_double_lstm_timeseries_classifier.json
      ├── unstack_lstm_timeseries_classifier.json
      └── unstack_normalize_dfs_xgb_classifier.json
  ├── probability
      ├── normalize_dfs_xgb_classifier.json
      ├── unstack_dfs_xgb_classifier.json
      ├── unstack_double_lstm_timeseries_classifier.json
      ├── unstack_lstm_timeseries_classifier.json
      └── unstack_normalize_dfs_xgb_classifier.json
  ├── unstacked
      ├── unstacked_dfs_xgb_classifier.json
      ├── unstacked_double_lstm_timeseries_classifier.json
      ├── unstacked_lstm_timeseries_classifier.json
      └── unstacked_normalize_dfs_xgb_classifier.json

Proposed organization

draco/pipelines
  ├── dfs_xgb
      ├── dfs_xgb.json
      ├── dfs_xgb_with_unstack.json
      ├── dfs_xgb_with_double_normalization.json
      └── dfs_xgb_with_unstack_normalization.json
  ├── lstm
      ├── lstm.json
      └── lstm_with_unstack.json
  ├── double_lstm
      ├── double_lstm.json
      └── double_lstm_with_unstack.json

In addition, for each pipeline, create a documentation page describing the pipeline.

@sarahmish sarahmish added the enhancement Improvements on the current features label Apr 12, 2022
@sarahmish sarahmish added this to the 0.1.1 milestone Apr 12, 2022
@sarahmish sarahmish self-assigned this Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements on the current features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant