ceph / ceph-telemetry

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

add RH device failure prediction model #15

Closed yaarith closed 2 years ago

yaarith commented 4 years ago

Add Red Hat's device failure prediction model:

Add logic to generate prediction results in a time series format:

For each device (which has a sufficient amount of data) we generate a daily input (which goes up to 12 reports back). We then invoke the model with this input, and insert the result into device.prediction_result table.