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

Supervised Learning Flowchart

This document outlines the machine learning process, which involves collecting raw data, pre-processing the data through steps like handling missing data, feature extraction and selection, and splitting the data into training and test sets. The training set is then used to train different models using learning algorithms, optimize hyperparameters, and evaluate performance to select the final model for predicting new data.

Uploaded by

sakshi kureley
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
357 views

Supervised Learning Flowchart

This document outlines the machine learning process, which involves collecting raw data, pre-processing the data through steps like handling missing data, feature extraction and selection, and splitting the data into training and test sets. The training set is then used to train different models using learning algorithms, optimize hyperparameters, and evaluate performance to select the final model for predicting new data.

Uploaded by

sakshi kureley
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Raw Data Collection

Supervised
Missing Data
Pre-Processing
Learning
Feature Extraction

Sampling

Split
Training Dataset

Feature Selection

Feature Scaling Pre-Processing Test Dataset New Data

Dimensionality Reduction
Final Model
Prediction
Evaluation

Learning Algorithm
Training

Cross Validation
Refinement
Hyperparameter
Optimization

Performance Metrics
Post-Processing
Model Selection

Final Classification/
Regression Model

Sebastian Raschka 2014


This work is licensed under a Creative Commons Attribution 4.0 International License.

You might also like