RedHatInsights / aiops-insights-clustering

Clustering of systems
GNU General Public License v3.0
1 stars 14 forks source link

Clustering metrics and MLflow experiment tracking #32

Closed hemajv closed 5 years ago

hemajv commented 5 years ago
  1. Additional clustering metrics to evaluate and compare the clustering behavior of systems for two different days.

  2. Integrating the MLflow experiment tracking template for logging the clustering model metrics. (https://github.com/AICoE/experiment-tracking/tree/master/openshift).

(Reference: https://github.com/AICoE/experiment-tracking-template, a demo application which shows how this template is being used to run mlflow jobs on OpenShift: )

durandom commented 5 years ago

@hemajv please also add all modifications to the codebase and the Makefile to this PR.

hemajv commented 5 years ago

@durandom Added the changes to the codebase and Makefile.