Amazing-Python-Scripts icon indicating copy to clipboard operation
Amazing-Python-Scripts copied to clipboard

SMS Script Detector

Open RashakDude opened this issue 2 years ago • 2 comments

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

RashakDude avatar May 23 '23 20:05 RashakDude

Hi thanks for creating your first issue at Amazing-Python-Scripts, hope you followed the guidelines.

github-actions[bot] avatar May 23 '23 20:05 github-actions[bot]

Go Ahead @RashakDude

avinashkranjan avatar May 29 '23 19:05 avinashkranjan