Skip to content

SMS Script Detector #1494

@RashakDude

Description

@RashakDude

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 Participantslevel3New features, Major bug fixing

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions