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

Explore requirements for model retraining pipeline #83

Open
stevehadd opened this issue Aug 9, 2022 · 0 comments
Open

Explore requirements for model retraining pipeline #83

stevehadd opened this issue Aug 9, 2022 · 0 comments
Assignees
Labels
ml_pipeline question Further information is requested

Comments

@stevehadd
Copy link
Member

This is likely to be something we try as part of our PRISM scenario, so we should start thinking about the scientific and technical requirements for a pipeline to do this. Things to consider are:

  • how does the pipeline differ from training from scratch (cold start) vs retraining (warm start)?
  • How might we change hyperparameter in such a scenario (e.g. learning rate) so it doesn't overfit/underfit either the new data or the old data?
  • How can we select data for retraining ?
  • How do we compare performance and measure gains from the retraining, if there are any? (probably several models available in parallel in. "parallel suite" sort of paradigm.
@stevehadd stevehadd added question Further information is requested ml_pipeline labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ml_pipeline question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants