Skip to content

dannysim01/Machine_Learning_Frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Machine_Learning_Framework

STEPS:

  1. Constructing Framework: Here we create folders and python files.
  2. Gather Data and build cross-validation {create_folds.py}
  3. Training our Models {train.py}
  4. Inference: Train all Folds and predict the test dataset {predict.py}

Cross-Validation Approaches {cross_validation.py}

  • binary_classification
  • multi-class classification
  • multilabel classification
  • single column regression
  • multi column regression
  • holdout

Categorical Data Approaches {categorical.py}

PREPROCESSING

  • label encoding
  • one-hot encoding
  • binarization

IN MODEL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published