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
![Anomaly Plot](https://huggingface.co/Wipoba/anomoly_detector/resolve/main/anomaly_plot.png)

## ๐Ÿ“ 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