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

Have a pipeline notebook - T2-Analysis-Pipeline.ipynb #6

Closed
tallamjr opened this issue Sep 17, 2020 · 1 comment · Fixed by #15
Closed

Have a pipeline notebook - T2-Analysis-Pipeline.ipynb #6

tallamjr opened this issue Sep 17, 2020 · 1 comment · Fixed by #15
Assignees
Labels
2 - continuous integration All things relating to CI and automation 2 - enhancement A request or update to existing functionality

Comments

@tallamjr
Copy link
Owner

It would be desirable to have a pipeline notebook that can be run in conjunction with CI checks (related to #4 ) where the results can be crossed checked.

This would also be useful to demonstrate how the pipeline is run for other and to ensure reproducibility.

@tallamjr tallamjr added 2 - enhancement A request or update to existing functionality 2 - continuous integration All things relating to CI and automation labels Sep 17, 2020
@tallamjr tallamjr self-assigned this Sep 17, 2020
@tallamjr
Copy link
Owner Author

  1. Run hyperparameter optimisation with opt/hypertraining.py and save study.pkl in opt/runs/

  2. Load best study using (and do visuals of study) using train.py

  3. Save best performing model into models/

  4. Load best performing model using evaluate.py

  5. Print results and plot confusion matrix using visuals.py

  • Have with small epochs for PoC of working notebook and pipeline

tallamjr added a commit that referenced this issue Oct 2, 2020
Issues/6/pipeline notebook

Beginnings of a pipeline notebook.

This steps through each stage of the pipeline.

Needs updating and work but the main sections are in place.

Closes #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - continuous integration All things relating to CI and automation 2 - enhancement A request or update to existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant