项目作者: alvira304

项目描述 :
Predicting whether the mail is Spam or Ham using SVM Machine Learning Algorithm
高级语言: Jupyter Notebook
项目地址: git://github.com/alvira304/Spam-Mail-Prediction.git
创建时间: 2021-02-19T07:27:44Z
项目社区:https://github.com/alvira304/Spam-Mail-Prediction

开源协议:

下载


Spam-Mail-Prediction Capstone Project

In this project, Explored text message data and created model using SVM (support vector machine) algorithm to predict if a mail is spam mail or ham mail.

Flow chart of this project

  • Data collection (text data)
  • Data preprocessing
  • Feature extraction
  • Train-test split
  • SVM model building
  • Prediction