Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

immeritos/ml-engineering-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-projects

ML bootcamp homeworks

Module 1: Introduction to Machine Learning

Learn the fundamentals: what ML is, when to use it, and how to approach ML problems using the CRISP-DM framework.

Topics

  • ML vs rule-based systems
  • Supervised learning basics
  • CRISP-DM methodology
  • Model selection concepts
  • Environment setup

Module 2: Machine Learning for Regression

Build a car price prediction model while learning linear regression, feature engineering, and regularization.

Topics

  • Linear regression (from scratch and with scikit-learn)
  • Exploratory data analysis
  • Feature engineering
  • Regularization techniques
  • Model validation

Module 3: Machine Learning for Classification

Create a customer churn prediction system using logistic regression and learn about feature selection.

Topics:

  • Logistic regression
  • Feature importance and selection
  • Categorical variable encoding
  • Model interpretation

Module 4: Evaluation Metrics for Classification

Learn how to properly evaluate classification models and handle imbalanced datasets.

Topics

  • Accuracy, precision, recall, F1-score
  • ROC curves and AUC
  • Cross-validation
  • Confusion matrices
  • Class imbalance handling

Module 5: Deploying Machine Learning Models

Turn your models into web services and deploy them with Docker and cloud platforms.

Topics

  • Model serialization with Pickle
  • FastAPI web services
  • Docker containerization
  • Cloud deployment

About

Machine learning engineering from regression and classification to deployment and deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published