summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2022-03-24 20:17:18 +0000
committerGitHub <noreply@github.com>2022-03-24 16:17:18 -0400
commit2fbd9cfc3725689538843ed02fdd28d7330e8aeb (patch)
tree3fb273dab84c6a65ed0f235753bb92da0b6ad287 /.gitignore
parentf791ba196511ebb86366c672bb1945531efbe84d (diff)
Add ml notebooks (#12313)
* 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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6b5423cff1..ab19032c92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -227,3 +227,6 @@ Session.*.vim
# Special exceptions
!packaging/repoconfig/Makefile
+
+# Jupyter notebook checkpoints
+.ipynb_checkpoints