-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
gssoc23Issues created for/by the GirlScript Summer of Code'23 ParticipantsIssues created for/by the GirlScript Summer of Code'23 Participantslevel3New features, Major bug fixingNew features, Major bug fixing
Description
Aim
Write a SMS-spam detector with Scikit learn
Details
The Basic algorithm for solving a task like this is:
- Collect data and classify it
- Divide data-set to teach-set and test-set
- Collect classifiers and vectorizers
- Fit each classifier with teach-set and calculate accuracy with test-set
- Find classifier with the biggest accuracy
- Write API
Dataset to be used - https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset
Wanted to work on it @avinashkranjan
Metadata
Metadata
Assignees
Labels
gssoc23Issues created for/by the GirlScript Summer of Code'23 ParticipantsIssues created for/by the GirlScript Summer of Code'23 Participantslevel3New features, Major bug fixingNew features, Major bug fixing