oss-compass / compass-metrics-model

GNU Affero General Public License v3.0
13 stars 4 forks source link

BackEnd: Add Custom Weights and Fields Support to MetricsModel Class #42

Closed EdmondFrank closed 1 year ago

EdmondFrank commented 1 year ago

This issue is to add support for custom weights and fields to the MetricsModel class in compass_metrics_model/metrics_model.py.

The new features will allow users to provide their own weights for the various metrics calculated by the model, as well as custom fields that will be included in the resulting metrics data. This will improve the flexibility and usability of the MetricsModel class, allowing users to tailor the model to their specific needs.