Projects

Forecast Application with R-shiny

View on GitHub View on shinyapps.io

Summary: This R-shiny application was developed to allows users to forecast monthly demand of products by applying various time series models and comparing the performance of each model. There are four main functions of this application including:

  • Uploading raw demand data in a csv format and filtering data
  • Single SKU forecasts and visualization
  • Batch SKU forecasts
  • Statistical analysis/visualization

To view more information about the application, visit the github page and if you’re interested in testing the application for yourself, visit the shinyapp.io page where the application is hosted.

gif2

Airline Tweet Sentiment Analysis with Naive-Bayes Classification algorithm

View on GitHub

Summary: The following project explores the efficacy of Naive Bayes algorithm for classifying tweets related to US airline services as either having positive, negative or neutral sentiment. The project uses the following Dataset which can be downloaded from Kaggle. The machine learning project is split into two classification problems. The first classification project involves training the Naive Bayes algorithm to classify a tweet’s sentiment as either positive, negative or neutral. The second classification project involves only training the Naive Bayes algorithm to classify a tweet’s sentiment as either positive or negative.

This project provides a great opportunity to work with a simple yet effective machine learning model as well as the opportunity to work with textual data scraped from Twitter. To learn more about this project and it’s findings, visit the github page

placeholder image 1 placeholder image 2 placeholder image 3 placeholder image 4 placeholder image 5 placeholder image 6
Naive Bayes Airline Tweet Sentiment Visualizations