vitrage/releasenotes/notes/machine_learning_service-da9700e6c6fa61b6.yaml
Anna 0b506a745d adding machine learning service
at this first step, the service includes one
plugin,this plugin use jaccard correlation
in order to measure correlation between a
pair of alarms.
once in configured amount of alarms this
service generates a report and saves it to
configured directory.

Change-Id: I2428dcf05365e6b68fb0e86ccd82554c82b94c2f
2017-08-08 08:58:09 +00:00

9 lines
413 B
YAML

---
features:
- A new service was added to Vitrage, the machine learning service.
Together with it, the first machine learning plugin was added - the
Jaccard Correlation plugin. This plugin listens to rabbit MQ
receiving messages about creation and deletion of alarms, and
learns the correlation between each pair of alarms, in order to
recommend on creation of new templates in the future.