Mini Projects on Data Analytics including Exploratory Data Analysis, Recommendation Systems, Association Rule Mining, Sentiment Analysis, Time Series Analysis
Last updated Jul 7, 2026
257
Stars
51
Forks
0
Issues
+11
Stars/day
Attention Score
58
Topics
Language breakdown
No language data available.
▸ Files
click to expand
README
Data Analytics Projects
- Exploratory Data Analysis - Bollywood Movies & Cereal Ratings: In these notebooks, we perform Exploratory Data Analysis on two datasets by using libraries like NumPy, Pandas, SciPy, Matplotlib & Seaborn.
- Recommendation System: In this notebook, we build a Recommendation System using the Collaborative Filtering technique on the MovieLens Dataset.
- Association Rule Mining: In this notebook, we extract rules using Association Rule Mining and perform Market Basket Analysis by setting appropriate values of Lift, Support, and Confidence.
- Sentiment Analysis: In this notebook, we perform Sentiment Polariy Analysis by preprocessing the data - converting to lowercase, removing punctuations, expanding contractions, etc. We also perform N-Gram analysis of reviews.
- Time Series Analysis: In this notebook, we forecast the unemployment rate using Time Series Models like ARIMA, ARIMAX, SARIMA, and SARIMAX.
🔗 More in this category