0% found this document useful (0 votes)
72 views

Machine Learning Steps 6 Diagram

This document provides a step-by-step template for machine learning projects that includes defining the problem, summarizing and preparing the data, evaluating algorithms, improving results, and presenting results. The template breaks the machine learning process into 6 steps: 1) define problem and load data, 2) summarize data through statistics and visualizations, 3) clean and transform data for preparation, 4) split data and test/compare algorithms, 5) tune algorithms and use ensembles to improve results, and 6) validate predictions, save the model, and create a final model on all training data.

Uploaded by

prem chandran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Machine Learning Steps 6 Diagram

This document provides a step-by-step template for machine learning projects that includes defining the problem, summarizing and preparing the data, evaluating algorithms, improving results, and presenting results. The template breaks the machine learning process into 6 steps: 1) define problem and load data, 2) summarize data through statistics and visualizations, 3) clean and transform data for preparation, 4) split data and test/compare algorithms, 5) tune algorithms and use ensembles to improve results, and 6) validate predictions, save the model, and create a final model on all training data.

Uploaded by

prem chandran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

A Step-by-step project template for machine learning

Define Problem
1 • Load libraries
• Load dataset

Summarize Data
2 • Descriptive statistics
• Data Visualizations

Prepare Data
3 • Data Cleaning
• Data Transformations
• Feature Selection

Evaluate Algorithms
4 • Split-out validation dataset • Spot Check Algorithms
• Test options and evaluation metrics • Compare Algorithms

Improve Results
5 • Algorithm Tuning
• Ensembles

Present Results
6 • Predictions on validation dataset • Save model for later use
• Create standalone model on entire
training dataset

You might also like