Machine Learning & Data Science Case Studies showcasing end-to-end workflows β from data preprocessing to model building, evaluation, and visualization. This repository contains multiple Jupyter Notebooks that demonstrate practical implementations of various machine learning algorithms and data science techniques.
ML_Case_Studies/
βββ Airbnb_listing.ipynb # Airbnb price prediction
βββ House_price_prediction.ipynb # Predict house prices using regression models
βββ Loan_tap.ipynb # Loan approval prediction
βββ Porter_Delivery_Time_Estimation.ipynb # Delivery time prediction
βββ Segmenting_Patients.ipynb # Patient segmentation using clustering
βββ Superstore_case_study.ipynb # Retail store analytics & sales forecasting
βββ numpy_case_study.ipynb # Numpy-based data analysis
βββ README.md
| Project | Objective | Techniques Used |
|---|---|---|
| Airbnb Listing | Predict Airbnb listing prices | Linear Regression, EDA |
| House Price Prediction | Estimate house prices | Multiple Regression, Feature Engineering |
| Loan Predict | loan approvals | Logistic Regression, Classification |
| Porter Delivery Time Estimation | Estimate delivery times | Regression, Model Evaluation |
| Segmenting Patients | Cluster patients based on health data | K-Means, Clustering, PCA |
| Superstore Case Study | Analyze sales & predict future revenue | Regression, Forecasting |
| Numpy Case Study | Perform data analysis using Numpy | Data Manipulation, Statistics |
- Languages: Python
- Libraries:
- Pandas, NumPy, Matplotlib, Seaborn
- Scikit-learn, XGBoost, LightGBM
- Statsmodels, Plotly
- Tools: Jupyter Notebook, Google Colab
- Version Control: Git & GitHub
- End-to-End Machine Learning Pipelines
- Hands-on Exploratory Data Analysis (EDA)
- Feature Engineering & Model Building
- Model Evaluation & Performance Metrics
- Real-world, industry-relevant datasets
- Clone the repository
git clone https://github.com/UzmaKhatun/ML_Case_Studies.git
cd ML_Case_Studies
- Install dependencies
pip install -r requirements.txt
- Open Jupyter Notebook
jupyter notebook
- Explore the case studies
- Open any .ipynb file and start experimenting
- Author: Uzma Khatun
- π§ Email: email
- π LinkedIn: LinkedIn
- π GitHub: UzmaKhatun