Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 531 Bytes

Malicious URL Detection via Logistic Regression

The project aims to detect malicious websites from the given dataset by applying Machine Learning's Logistic Regression Algorithm with Python

Dataset

Dataset can also be obtained from Kaggle. Dataset has two attribute named as url and label, which contain approximately 411000 unique values

Prerequisites

pip install pandas

pip install scikit-learn

Author