summaryrefslogtreecommitdiffstats
path: root/ml/README.md
AgeCommit message (Collapse)Author
2023-01-04Fix typos (#14194)Dimitris Apostolou
2023-01-04Refactor ML code and add support for multiple KMeans models (#14198)vkalintiris
* Add profile.plugin Creates the specified number of charts/dimensions, and supports backfilling with pseudo-historical data. * Bump * Remove wrongly merged line. * Use the number of models specified from the config section. * Add option to consult all ML models. * Remove profiling option consuming all models. * Add underscore after chart name prefix. * prediction -> dimensions chart * reorder funcs * Split charts across types with correct priority * Ignore training request when chart is under replication. * Track global number of models consulted. * Cleanup config. * initial readme updates * fix readme * readme * Fix function definition when ML is disabled. * Add dummy ml_chart_update_{begin,end} * Remove profile_plugin * Define chart priorities under collectors/all.h * s/curr_t/current_time/ * Use libnetdata's lock/thread wrappers. * Fix autotools & cmake builds. * Delete ML dimensions & charts. * Let users of buffer preprocessing to handle memory. * Add separate API calls to start/stop ML threads. Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>
2022-12-22Revert "Refactor ML code and add support for multiple KMeans models. … ↵vkalintiris
(#14172)
2022-12-21Refactor ML code and add support for multiple KMeans models. (#14065)vkalintiris
* Add profile.plugin Creates the specified number of charts/dimensions, and supports backfilling with pseudo-historical data. * Bump * Remove wrongly merged line. * Use the number of models specified from the config section. * Add option to consult all ML models. * Remove profiling option consuming all models. * Add underscore after chart name prefix. * prediction -> dimensions chart * reorder funcs * Split charts across types with correct priority * Ignore training request when chart is under replication. * Track global number of models consulted. * Cleanup config. * initial readme updates * fix readme * readme * Fix function definition when ML is disabled. * Add dummy ml_chart_update_{begin,end} * Remove profile_plugin * Define chart priorities under collectors/all.h * s/curr_t/current_time/ Co-authored-by: Andrew Maguire <andrewm4894@gmail.com>
2022-08-15remove reference to charts now in netdata monitoring (#13521)Andrew Maguire
2022-07-14Docs housekeeping (#13179)Tasos Katsoulas
* Change the title of the /docs/configure/machine-learning doc * fix some outdated links * Clarify some details in the postgres collector
2022-06-25make configuration example clearer (#13182)Andrew Maguire
make ml configuration example cleare
2022-06-20set default for `minimum num samples to train` to `900` (#13174)Andrew Maguire
This will enable first set of initial models to be trained quicker and makes sense now that ml is enabled by default.
2022-06-17enable ml by default (#13158)Andrew Maguire
* enabled ml by default
2022-05-03update ml defaults in docs (#12782)Andrew Maguire
2022-04-27expand on the various parent-child config options (#12734)Andrew Maguire
expand on the various parent-child config options
2022-04-06add some new ml params to README (#12575)Andrew Maguire
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
2022-03-09Docs fix: Add missing frontmatter (#12353)Tina Luedtke
2021-12-06Create ML README.md (#11848)Andrew Maguire
Create README.md for `netdata/ml`