No description
Find a file
2023-09-18 20:10:06 +01:00
.github/workflows change workflow 2023-09-18 19:58:24 +01:00
modules fixed docker 2023-09-18 20:10:06 +01:00
.pre-commit-config.yaml change base pre commit: 2023-09-18 08:17:12 +01:00
MODEL_REGISTRY.md Update Registry 2023-09-17 20:10:54 +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