File size: 1,126 Bytes
1e3001a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: default
---

# Phishing Detection Model Performance

## Overview

This project develops a machine learning model for detecting phishing URLs using URLScan.io API data.

## Model Performance Over Time

### Performance Metrics

Track how the model's performance evolves over time to identify improvements or degradation.

![Performance Over Time](images/performance_over_time.png)

### Confusion Matrix

Latest model confusion matrix showing prediction accuracy across classes.

![Confusion Matrix](images/confusion_matrix.png)

### Feature Drift Detection

Monitor feature drift to detect changes in data distribution that may affect model performance.

![Feature Drift](images/feature_drift.png)

## Dataset Information

- **Source**: URLScan.io API + Phishing URL datasets
- **Training samples**: TBD
- **Test samples**: TBD
- **Features**: TBD

## Model Architecture

Details about the model architecture, feature engineering, and training process will be documented here.

## Latest Updates

Check back for updates on model performance and improvements.

---

_Last updated: {{ site.time | date: "%Y-%m-%d" }}_