Skip to content

SamyukthaTR/ml-case-study-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ML Case Study: Classification & Regression

This repository contains machine learning case studies focusing on both classification and regression problems, demonstrating an end-to-end workflow from data preprocessing to model evaluation.

Overview

The project includes:

  • Data preprocessing and feature scaling
  • Training multiple machine learning models
  • Evaluating and comparing model performance

Classification Models

  • K-Nearest Neighbors (KNN)
  • Support Vector Machine (SVM)
  • Decision Tree
  • Naive Bayes

Evaluation Metrics:

  • Accuracy
  • Precision
  • Recall
  • F1 Score
  • ROC-AUC

Regression Models

  • Linear Regression
  • Support Vector Regressor (SVR)
  • Random Forest Regressor
  • Gradient Boosting Regressor

Evaluation Metrics:

  • RMSE
  • MAE
  • R² Score

Tools & Technologies

  • Python
  • Pandas, NumPy
  • Scikit-learn
  • Matplotlib, Seaborn

Key Learnings

  • Compared multiple models to identify the best-performing approach
  • Understood trade-offs between different algorithms
  • Applied appropriate evaluation metrics for model selection

Author

Samyuktha T R

About

End-to-end machine learning case study covering classification and regression with model evaluation and comparison

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors