-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1032 from aishikaranjan/feat/cyberbulling_prediction
Cyberbullying Classification
- Loading branch information
Showing
7 changed files
with
52,743 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Cyberbullying Classification | ||
|
||
## Overview | ||
The goal is to analyze tweets to classify them into categories of cyberbullying and non-cyberbullying using NLP techniques and machine learning models. | ||
|
||
## Dataset | ||
The dataset contains over 47,000 tweets labeled into six categories: Age, Ethnicity, Gender, Religion, Other type of cyberbullying, and Not cyberbullying. | ||
|
||
Link to the dataset: [Cyberbullying Classification Dataset](https://www.kaggle.com/datasets/andrewmvd/cyberbullying-classification/data) | ||
|
||
|
||
## Models Used | ||
|
||
1. Logistic Regression | ||
2. Naive Bayes | ||
3. Random Forest Classifier | ||
4. Voting Classifier (Ensemble Model): Combines predictions from the above models using a majority voting scheme. | ||
|
||
## Contribution | ||
Contributions are welcome! Feel free to submit issues, feature requests, or pull requests to improve the system. |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.