summaryrefslogtreecommitdiffstats
path: root/.dockerignore
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 /.dockerignore
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 '.dockerignore')
l---------.dockerignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index 3e4e48b0b5..60ea3668fc 120000
--- a/.dockerignore
+++ b/.dockerignore
@@ -1 +1,6 @@
-.gitignore \ No newline at end of file
+.gitignore
+
+# Jupyter notebook checkpoints
+.ipynb_checkpoints
+# Jupyter notebooks
+.ipynb \ No newline at end of file