Machine Learning Workflow

  • May 2018
  • R

This is my Machine Learning Workflow. It delineates the processes from data cleaning to model ensembling. This document will be updated over time.

Machine Learning Workflow

flowchart

1) Data Cleaning, EDA, Data Visualization

2) Feature Engineering

“Feature engineering is the process of transforming raw data into features that better represent the underlying problem to the predictive models, resulting in improved model accuracy on unseen data.”
— Dr. Jason Brownlee

3) Model Building

ml_map

4) Model Optimization

5) Model Ensemble