Skip to content

Commit 6e3235b

Browse files
committed
chore: add anomaly detection Jupyter notebook
1 parent f71fafc commit 6e3235b

7 files changed

Lines changed: 818 additions & 14 deletions

File tree

.codespellrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[codespell]
22
ignore-words-list = alue
3+
skip=jupyter/anomaly_detection_creditcard.ipynb

jupyter/anomaly_detection_creditcard.ipynb

Lines changed: 668 additions & 0 deletions
Large diffs are not rendered by default.

jupyter/isolation_forest.pkl

846 KB
Binary file not shown.

jupyter/k-means.ipynb

Lines changed: 133 additions & 9 deletions
Large diffs are not rendered by default.

jupyter/requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
4+
ipykernel==6.29.5
5+
ipywidgets==8.1.7
6+
matplotlib==3.10.3
7+
numpy==2.2.6
8+
pandas==2.3.1
9+
scikit-learn==1.7.0
10+
scipy==1.16.0
11+
seaborn==0.13.2
12+
shap==0.48.0

requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

requirements/base.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
python-dotenv==1.1.1 # for loading environment variables from .env files
99
pandas==1.5.3 # for data manipulation
1010
kaggle==1.7.4.5 # for Kaggle api access
11+
seaborn==0.13.2 # for data visualization
12+
scikit-learn==1.5.1 # for machine learning algorithms
13+
scipy==1.10.1 # for scientific computing
14+
shap==0.43.0 # for model interpretability
1115
openpyxl==3.1.5 # for Excel file support from kaggle datasets
1216

1317
# Azure ML SDK - essential components only

0 commit comments

Comments
 (0)