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.
- Host: GitHub
- URL: https://github.com/hungreeee/phishing-detection
- Owner: Hungreeee
- Created: 2022-03-05T12:31:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T22:26:11.000Z (over 3 years ago)
- Last Synced: 2025-10-29T21:41:37.212Z (9 months ago)
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.