Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 296 Bytes

Fraude detection in SMS messages using NLP techniques and GaussianNB classifier.

Python code to SMS messages with possible classification as: 'OK' or 'BLOCKED'.

Blocked == SPAM.

Libraries utilized: pandas numpy seaborn matplotlib re nltk sklearn imblearn collections

Metrics: Recall = 98%.