Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 487 Bytes

Malicious URL detection

Detecting malicious URLs using Machine Learning.

The project aims to use ML to identify whether a URL is malicious or not.

Dataset

The dataset for this project is taken from kaggle. The dataset has two attributes, url and label. There are 4,20,000 rows.

Author