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 CM-Level Models #121

Open Polichinel opened 2 weeks ago

Polichinel commented 2 weeks ago

Issue: Complete Model Scaffolding for Remaining CM-Level Models

THIS CAN NOT BE DONE BEFORE:

Description
Initiate the scaffolding for all required CM-level models using the scaffolding function. Since most CM models currently lack scaffolding, this task involves creating directory and file structures for all CM models and noting any models that may require added functionality.

Objectives and Requirements

  1. Scaffold All CM Models:

    • Use the existing scaffolding function to complete the scaffolding for all CM-level models, ensuring directory and file structures are standardized.
    • Refer to the CM-level catalog for the models that needs implementing.
    • Refer to the naming convention found in ADR003.
  2. Document Functional Requirements:

    • For each CM model, note any additional functionality that could be beneficial beyond the initial scaffold.
    • Record observations for further development or specific configurations that may improve model 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
CM-level, scaffolding, model setup, MVP