Skip to content
/ Classic-ML-Models Public template

This repository contains scripts for developing, training and evaluating machine learning models using several python frameworks.

License

Notifications You must be signed in to change notification settings

jibbs1703/Classic-ML-Models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Model Development Using Python Frameworks

This repository contains scripts for developing, training and evaluating various machine learning models using python frameworks such as PySpark Mlib (the Machine Learning Framework provided in PySpark), Scikit-Learn, XGBoost and Neural Networks.

The model development process is tracked using MLflow, allowing for transformer and estimator parameters to be tracked, logged and eventually registered throughout the model development process.

Models Developed:

Multiclass Obesity:

  • Description: Predicts the obesity level of patients based on their eating/lifestyle habits and physical condition.
  • Includes: Data preprocessing, model selection,hyperparameter tuning, model evaluation metrics (accuracy, precision, recall, F1-score).

Adult Income:

  • Description: Classifies the earnings of individuals into two classes - above $50k or below $50k.
  • Includes: Data preprocessing, model selection,hyperparameter tuning, model evaluation metrics (accuracy, precision, recall, F1-score).