/Malicious-URL-detection

Detecting malicious URLs using Machine Learning

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

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