Skip to content

In this small project we will predict the email that in which folder it will go in spam or primary.

License

Notifications You must be signed in to change notification settings

garciademarina/Email_Spam_Spark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email_Spam_Spark

In this small project we will predict that email is spam or primary, Like we see in most of email services like gmail etc they manage our mails in different folders like spam , pimary , promotion etc. Its exactly same we predict in which folder mail should belongs. lets check out!!!

How run project go inside project directory and run follwoing command

sbt clean compile run

output will be:

Prediction for positive test example: 1.0 Prediction for negative test example: 0.0

1.0 mean it is spam and 0.0 mean it is primary mail.

About

In this small project we will predict the email that in which folder it will go in spam or primary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%