// projects

Data science projects

Selected work from my training and self-study from exploratory analysis to predictive modeling.

Sales data analysis

Sales Data Analysis

Cleaned a retail dataset with Pandas, then explored seasonal trends and top categories through grouped aggregations and charts.

PythonPandasMatplotlibEDA
View on GitHub →
Customer churn prediction

Customer Churn Prediction

Built a classification model to flag customers likely to churn feature prep, train/test split, and evaluation with Scikit-learn.

Scikit-learnNumPyMLClassification
View on GitHub →
Exploratory data dashboard

Exploratory Data Dashboard

A Jupyter notebook that summarizes key metrics and correlations with clean Seaborn visualizations for quick insight.

SeabornJupyterStatistics
View on GitHub →
Housing price regression

Housing Price Regression

Predicted housing prices using linear regression, comparing features and validating with RMSE and R² scores.

RegressionScikit-learnPandas
View on GitHub →
Data cleaning pipeline

Data Cleaning Pipeline

Reusable Pandas functions to handle missing data, outliers, and inconsistent formats across messy CSV files.

PythonPandasData Wrangling
View on GitHub →
SQL analytics queries

SQL Analytics Queries

A set of SQL queries answering business questions joins, aggregations, and window functions on a sample database.

SQLMySQLAnalytics
View on GitHub →