summaryrefslogtreecommitdiffstats
path: root/ml/Config.cc
AgeCommit message (Expand)Author
2023-09-18extend ml default training from ~24 to ~48 hours (#15971)Andrew Maguire
2023-08-23Unconditionally delete very old models. (#15720)vkalintiris
2023-07-06Rename generic `error` function (#15296)thiagoftsm
2023-05-25update ml defaults to 24h (#15093)Andrew Maguire
2023-05-11Small update ml defaults (#15046)Andrew Maguire
2023-05-10Silence dimensions with noisy ML models (#15011)vkalintiris
2023-05-02Load/Store ML models (#14981)vkalintiris
2023-04-20Skip ML initialization when it's been disabled in netdata.conf (#14920)vkalintiris
2023-04-14Revert ML changes. (#14908)vkalintiris
2023-04-13Save and load ML models (#14810)vkalintiris
2023-03-21Revert "Use static thread-pool for training. (#14702)" (#14782)vkalintiris
2023-03-21Use static thread-pool for training. (#14702)vkalintiris
2023-03-10Refactor ML code. (#14659)vkalintiris
2023-03-02/api/v2/contexts (#14592)Costa Tsaousis
2023-02-28Port ML from C++ to C. (#14567)vkalintiris
2023-02-15JSON internal API, IEEE754 base64/hex streaming, weights endpoint optimizatio...Costa Tsaousis
2023-01-04Refactor ML code and add support for multiple KMeans models (#14198)vkalintiris
2022-12-22Revert "Refactor ML code and add support for multiple KMeans models. … (#14...vkalintiris
2022-12-21Refactor ML code and add support for multiple KMeans models. (#14065)vkalintiris
2022-11-09Remove anomaly rates chart. (#13763)vkalintiris
2022-10-05Remove anomaly detector (#13657)vkalintiris
2022-06-20set default for `minimum num samples to train` to `900` (#13174)Andrew Maguire
2022-06-17enable ml by default (#13158)Andrew Maguire
2022-06-16revert to default of `host anomaly rate threshold=0.01` (#13150)Andrew Maguire
2022-06-06Update default value for "host anomaly rate threshold" (#13075)Shyam Sreevalsan
2022-04-29some config updates for ml (#12771)Andrew Maguire
2022-04-05Enable streaming of anomaly_detection.* charts (#12606)vkalintiris
2022-04-04Fix coverity issues (#12598)vkalintiris
2022-04-04Update ML-related charts (#12574)vkalintiris
2022-03-30ML-related changes to address issue/discussion comments. (#12494)vkalintiris
2022-03-28reduce min `dbengine anomaly rate every` 60s->30s (#12543)Andrew Maguire
2022-02-24Track anomaly rates with DBEngine. (#12083)vkalintiris
2021-12-22Provide runtime ml info from a new endpoint. (#11886)vkalintiris
2021-11-17Use the proper format specifier when logging configuration options. (#11795)vkalintiris
2021-10-27Anomaly Detection MVP (#11548)vkalintiris