An open API service indexing awesome lists of open source software.

https://github.com/hungreeee/phishing-detection

Detect phishing websites with Logistic Regression and Support Vector Machine using Python and scikit-learn.
https://github.com/hungreeee/phishing-detection

Last synced: 6 months ago
JSON representation

Detect phishing websites with Logistic Regression and Support Vector Machine using Python and scikit-learn.

Awesome Lists containing this project

README

          

# Phishing-Detection-Notebook
Project for Machine Learning D course

Notebook: "Phishing Detecion using Machine Learning (1022029).ipynb"

Dataset: "Website Phishing.csv"

OVR (one-vs-rest) method for Logistic Regression and Support Vector Classification was used to classify potential phishing websites based on selected features.