summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2021-01-19 17:45:37 +0000
committerGitHub <noreply@github.com>2021-01-19 17:45:37 +0000
commit30c6cfbad47edb1a1d673c2f909c4f35115cbf53 (patch)
tree3bdab34015b5cea4b5b70f2f92a2045244bd59d4 /collectors
parent362fff211e1e343071f27518ccd0308f43b3a13a (diff)
Add link to specific feedback megathread for the anomalies collector (#10506)
Add link to specific feedback megathread for the anomalies collector
Diffstat (limited to 'collectors')
-rw-r--r--collectors/python.d.plugin/anomalies/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/python.d.plugin/anomalies/README.md b/collectors/python.d.plugin/anomalies/README.md
index 1e27f3b5be..862f4f345c 100644
--- a/collectors/python.d.plugin/anomalies/README.md
+++ b/collectors/python.d.plugin/anomalies/README.md
@@ -11,7 +11,7 @@ This collector uses the Python [PyOD](https://pyod.readthedocs.io/en/latest/inde
Instead of this collector just _collecting_ data, it also does some computation on the data it collects to return an anomaly probability and anomaly flag for each chart or custom model you define. This computation consists of a **train** function that runs every `train_n_secs` to train the ML models to learn what 'normal' typically looks like on your node. At each iteration there is also a **predict** function that uses the latest trained models and most recent metrics to produce an anomaly probability and anomaly flag for each chart or custom model you define.
-> As this is a somewhat unique collector and involves often subjective concepts like anomalies and anomaly probabilities, we would love to hear any feedback on it from the community. Please let us know on the [community forum](https://community.netdata.cloud/c/agent-development/9) or drop us a note at [analytics-ml-team@netdata.cloud](mailto:analytics-ml-team@netdata.cloud) for any and all feedback, both positive and negative. This sort of feedback is priceless to help us make complex features more useful.
+> As this is a somewhat unique collector and involves often subjective concepts like anomalies and anomaly probabilities, we would love to hear any feedback on it from the community. Please let us know on the [community forum](https://community.netdata.cloud/t/anomalies-collector-feedback-megathread/767) or drop us a note at [analytics-ml-team@netdata.cloud](mailto:analytics-ml-team@netdata.cloud) for any and all feedback, both positive and negative. This sort of feedback is priceless to help us make complex features more useful.
## Charts