Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raksh710/malicious_website_recognition
Classifying Malicious website from benign ones using CatBoost Classifier. Process involves Exploration of data, Data Cleaning, Resampling of data (to handle highly imbalanced data), Model implementation and Evaluation.
https://github.com/raksh710/malicious_website_recognition
Last synced: 1 day ago
JSON representation
Classifying Malicious website from benign ones using CatBoost Classifier. Process involves Exploration of data, Data Cleaning, Resampling of data (to handle highly imbalanced data), Model implementation and Evaluation.
- Host: GitHub
- URL: https://github.com/raksh710/malicious_website_recognition
- Owner: Raksh710
- Created: 2022-02-20T05:12:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T17:59:03.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T11:42:15.178Z (about 2 months ago)
- Language: HTML
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malicious_Website_Recognition
Classifying Malicious website from benign ones using CatBoost Classifier.
The data was heavily imbalanced with 88% bias towards benign class (Type=0) and only 12% samples had Type=1 or Malicious website.
Process involves Exploration of data, Data Cleaning, Resampling of data (to handle highly imbalanced data), Model implementation and Evaluation.
Catboost classifier turned out to be the most robust model giving us approximately the appropriate values for Recall and F-1 score (since we were supposed to focus on recognizing 'malicious' website more than benign ones).
#### **Recall: 0.7894**
#### **F-1 Score: 0.7126**