AICoE / prometheus-anomaly-detector

A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
597 stars 151 forks source link

Log aggregated performance metrics to MLFlow #38

Closed MichaelClifford closed 5 years ago

MichaelClifford commented 5 years ago

Currently we are only recording the model performance metrics for each training/testing epoch. We should also record the aggregated performance metrics for the entire test_model.py run and log to MLFlow.

MichaelClifford commented 5 years ago

should be addressed by #40

MichaelClifford commented 5 years ago

addressed by #40