-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profinity filter #545
Comments
Mention the dataset, approach over here. |
i want to work on the issue but i didn't work with any machine learning project before can you please give me some resources so that i can solve this issue? |
Harsh Raj |
Name : Mitul Agarwal Approach : I'll download dataset from hate-speech-twitter and kaggle , and then build a classification model using various vectorization techniques like tf-idf , CountVectorizor etc and use classical models like logistic regression , svm and ensemble based models and also neural networks for training . Also provide a table showing other predictive scores on both train and test data . And will also try to implement large language models like bert and mistral , if time permits . SSOC Participant |
Need to implement classical models such as,
Along with these models you should implement tf-idf and CountVectorizer for this dataset. Assigning this issue to you @useroutofbound |
ML-Crate Repository (Proposing new issue)
🔴 Profinity filter :
🔴 ** Aim is to classify whether the used text is abusive or not ** :
🔴 Dataset :
🔴 Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: