The project aims to detect malicious websites from the given dataset by applying Machine Learning's Logistic Regression Algorithm with Python
Dataset can also be obtained from Kaggle. Dataset has two attribute named as url and label, which contain approximately 411000 unique values
pip install pandas
pip install scikit-learn