mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 01:29:11 +00:00
7 lines
827 B
Markdown
7 lines
827 B
Markdown
# Machine Learning and Anomaly Detection
|
|
|
|
Netdata provides a variety of Machine Learning features to help you troubleshoot certain scenarios that might come up.
|
|
|
|
- K-means clustering [Machine Learning models](/src/ml/README.md) are trained to power the [Anomaly Advisor](/docs/dashboards-and-charts/anomaly-advisor-tab.md) on the dashboard, which allows you to identify anomalies in your infrastructure
|
|
- [Metric Correlations](/docs/metric-correlations.md) are possible through the dashboard using the [Two-sample Kolmogorov Smirnov](https://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test#Two-sample_Kolmogorov%E2%80%93Smirnov_test) statistical test and Volume heuristic measures
|
|
- The [Netdata Assistant](/docs/netdata-assistant.md) is able to answer your prompts when it comes to troubleshooting alerts and anomalies.
|