File size: 835 Bytes
63bee1d 48c6681 63bee1d 48c6681 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# ๐ก๏ธAnomaly Detection with Isolation Forest
Model Type: Isolation Forest
Contamination: 3%
Total Records: 50000
Anomalies Detected: 1500
## ๐ Anomaly Detection Plot

## ๐ Files Included
- model.joblib: Trained model
- scaler.joblib: Preprocessing scaler
- predictions.csv: Raw scores + anomaly labels
- anomaly_plot.png: Visualization of scores
## ๐ Top 5 Anomalies (Scores)
| Index | Anomaly Score | Label |
|-------|---------------|-------|
| 2 | -0.0041 | -1.0 |
| 117 | -0.0040 | -1.0 |
| 180 | -0.0014 | -1.0 |
| 207 | -0.0162 | -1.0 |
| 246 | -0.0041 | -1.0 |
## ๐ Generated On: 2025-08-02 07:32:58
---
โ
Powered by Hugging Face, MongoDB, Scikit-learn
|