Skip to content

πŸš€ Case Studies Repository –Machine Learning & Data Science Showcasing ML case studies with end-to-end workflows, including data preprocessing, model building, and evaluation using Scikit-Learn and other libraries.πŸ”— Feel free to explore, fork, and contribute! πŸš€ #MachineLearning #DataScience #GitHub #CaseStudies #ScikitLearn

Notifications You must be signed in to change notification settings

UzmaKhatun/ML_Case_Studies

Repository files navigation

ML Case Studies Repository

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.


Project Structure

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

Case Studies Covered

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

Technologies Used

  • Languages: Python
  • Libraries:
    • Pandas, NumPy, Matplotlib, Seaborn
    • Scikit-learn, XGBoost, LightGBM
    • Statsmodels, Plotly
  • Tools: Jupyter Notebook, Google Colab
  • Version Control: Git & GitHub

Key Features

  • 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

How to Use

  • 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

Contact

About

πŸš€ Case Studies Repository –Machine Learning & Data Science Showcasing ML case studies with end-to-end workflows, including data preprocessing, model building, and evaluation using Scikit-Learn and other libraries.πŸ”— Feel free to explore, fork, and contribute! πŸš€ #MachineLearning #DataScience #GitHub #CaseStudies #ScikitLearn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published