/Phishing-Detector-using-LR

Problem Statement The purpose of the project is to use one or more of the classification algorithms to train a model on the Phishing website dataset. You are provided with the following resources that can be used as inputs for your model: 1. A collection of website URLs for 11000+ websites. Each sample has 30 website parameters and a class label identifying it as a phishing website or not (1 or -1). 2. Code template containing these code blocks: a. Import modules (Part 1) b. Load data function + input/output field descriptions You are expected to write the code for a binary classification model (phishing website or not) using Python Scikit-Learn that trains on the data and calculates the accuracy score on the test data.

Primary LanguagePython

Watchers

No one’s watching this repository yet.