Add a New Forecasting Model
To add a new forecasting model, follow these steps:
- Create a new package in
packages/for the model (e.g.,packages/new_model_forecaster/). - Implement the model, ensuring it follows the Universal Model Interface.
- Register the model in the Hydra configuration (
conf/model/). - Update the Dagster pipeline to include the new model.
- Run the pipeline to train and evaluate the model.