A collection of Data Science projects built as part of my learning journey through the LunarTech Data Science course. Each project covers a different core concept — from regression and hypothesis testing to exploratory data analysis.
Predicting median house values using OLS and Scikit-learn Linear Regression
- Data cleaning, outlier removal (IQR), feature engineering
- OLS regression with full assumption checking (linearity, exogeneity, homoscedasticity)
- Model evaluation using RMSE
- Folder:
linear-regression/
Statistical hypothesis testing to evaluate a new webpage design
- Z-test, p-value, confidence intervals
- Practical vs statistical significance
- Bell curve visualization with rejection regions
- Folder:
ab-testing/
Deep-dive EDA on retail transactional data to uncover business insights
- Customer segmentation, shipping analysis
- Geographic sales breakdown (state & city level)
- Product category performance
- Yearly, quarterly, and monthly sales trends
- Folder:
superstore-eda/
Python • Pandas • NumPy • Matplotlib • Seaborn • Scikit-learn • Statsmodels • SciPy
-
Clone the repository
git clone https://github.com/your-username/your-repo-name.git
-
Navigate to the project folder
cd linear-regression # or ab-testing / superstore-eda
-
Install dependencies
pip install pandas numpy matplotlib seaborn scikit-learn statsmodels scipy
-
Open the notebook
jupyter notebook
-
Run all cells: Kernel → Restart & Run All
[Reshal Menezes]
BSc IT Student | Aspiring Data Scientist
LinkedIn • GitHub
All projects built by following the LunarTech Data Science course.