No description
Find a file
2023-09-28 18:09:48 +00:00
.github/workflows change workflow 2023-09-18 19:58:24 +01:00
modules cleaned up prediction analysis code and add clipping to model 2023-09-28 18:09:48 +00:00
.pre-commit-config.yaml fixed bug 2023-09-21 21:28:14 +00:00
MODEL_REGISTRY.md Update Registry 2023-09-22 13:52:24 +00:00
README.md change workflow 2023-09-18 19:58:24 +01:00

ML Toolkit

Creating a ML-toolkit that can be reused:

  • ML pipeline:

    • A generic pipeline that has data version control, experiment tracking and a model registry
  • ML monitoring:

    • A bolt-on service that can implement model monitoring

There are multiple protected branches which adapt the generic pipeline to produce different models:

  • sap_change-**
  • heat_change-**
  • carbon_change-**

These branches will differ by the configuration files that define the data used and the outputs of the ML-pipeline

  • There can be different additional logic for each branch but the pipeline will be the same.

Deployment

TBD