prio-data / views_pipeline

VIEWS forecasting pipeline for monthly prediction runs. Includes MLops and QA for all models/ensembles.
Other
3 stars 3 forks source link

Complete Model Scaffolding for Remaining PGM-Level Models #120

Open Polichinel opened 2 weeks ago

Polichinel commented 2 weeks ago

Issue: Complete Model Scaffolding for Remaining PGM-Level Models

Description
Review the current pipeline to identify any remaining PGM-level models that need scaffolding. Use the existing scaffolding function to create necessary structures.

Please, as you do this, document any models or functionalities that could be added to the scaffolding function.

Objectives and Requirements

  1. Identify Missing Scaffolds/Models:

    • Review existing PGM models and identify any that are lacking.
    • Prioritize models that are essential to the MVP and ensure their scaffolding is complete.
  2. Use Scaffolding Function:

  3. Document Potential Functional Enhancements:

    • Note any areas where additional functionality beyond the current scaffolding might be useful.
    • Provide recommendations if specific configurations, placeholder functions, or adjustments would improve future scalability.

Tasks

Next Steps
Once scaffolding is complete, we will move on to implementing the model-specific get_data function and then implementing the actual models.

Labels
PGM-level, scaffolding, model setup, MVP