Skip to content

Add Model Handling and Prophet implementation #8

@dominiquekleeven

Description

@dominiquekleeven
  • Base configuration schema for models
  • Prophet configuration schema
  • Model training logic
  • Model forecasting logic
  • Store and retrieve trained models
  • Store and retrieve model configurations
  • Write predicted data points
  • Scheduling of Training and Forecasting

Note, the implementation should take into account the possibility that additional models will be supported in the future. It makes sense here to have a factory or such that creates a Model Provider based on the provided configuration. The provider is then responsible for dealing with the data formatting/processing, training and predict logic of the model.

Metadata

Metadata

Labels

FeatureDevelopment of new feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions