Skip to content

Using Spark Streaming and Spark MLlib (via PySpark) to perform Sentiment Analysis on a dataset of Tweets.

Notifications You must be signed in to change notification settings

ananya2712/ML-spark-streaming

 
 

Repository files navigation

Machine Learning with Spark Streaming

Using Spark Streaming and Spark MLlib (via PySpark) to perform Sentiment Analysis on a dataset of Tweets. Done as part of the Big Data (UE19CS322) course at PES University.

Models Implemented

  • Logistic Regression
  • Naive Bayes
  • Linear SVM
  • K-Means Clustering

The above 4 models have also been implemented with incremental learning via scikit-learn.

Team Members

About

Using Spark Streaming and Spark MLlib (via PySpark) to perform Sentiment Analysis on a dataset of Tweets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%