Skip to content

A sentiment classification model is written in Python and Spark using ensemble learning.

Notifications You must be signed in to change notification settings

roshankoirala/Sentiment_Learning

Repository files navigation

Sentiment_Learning

This repository contains following notebooks

  1. Data_Preperation: Twitter data, data cleaning using NLP methods

  2. Model_Selection: Hyperparameter tuning, cross-validation

  3. Dense_NN: Deep learning with Keras

  4. Ensemble_Final: Stacking the model

  5. pySpark: Parallel work using Apache Spark