0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-23 13:00:23 +00:00
netdata_netdata/ml/notebooks
Andrew Maguire 2fbd9cfc37
Add ml notebooks ()
* initial setting up of notebook

* add open in colab button

* draft work

* first version of notebook

* fix open in colab button

* Update ml/notebooks/README.md

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* use underscores in filename

* add one final visualization approach using scatter plots

* get a better random sample for plots

* small text update

* fix link

* Update ml/notebooks/netdata_anomaly_detection_deepdive.ipynb

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Update ml/notebooks/netdata_anomaly_detection_deepdive.ipynb

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Update ml/notebooks/netdata_anomaly_detection_deepdive.ipynb

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Update ml/notebooks/netdata_anomaly_detection_deepdive.ipynb

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Update ml/notebooks/netdata_anomaly_detection_deepdive.ipynb

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* Update ml/notebooks/netdata_anomaly_detection_deepdive.ipynb

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>

* address review comments

* add ipynb files to dockerignore

Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
2022-03-24 16:17:18 -04:00
..
netdata_anomaly_detection_deepdive.ipynb Add ml notebooks () 2022-03-24 16:17:18 -04:00
README.md Add ml notebooks () 2022-03-24 16:17:18 -04:00

Machine Learning Notebooks

This folder is a home for any documentation supporting machine learning related notebooks.

  • Netdata anomaly detection deepdive: This is a starter notebook to help users understand how anomaly detection works in the Netdata agent and go a little deeper if they want.