Icon

04_​Data_​Preprocessing_​for_​ML_​Models

Data Preprocessing for ML Models

This workflow demonstrates the following standard preprocessing steps before training a machine learning model:
- Partitioning
- Outlier detection
- Missing value handling
- Dimensionality reduction
- Conversion
- Feature selection

URL: House Prices Dataset https://www.kaggle.com/marcopale/housing

This workflow demonstrates the standard preprocessing steps before training a machine learning model.
Normalization
Conversion
Partition randomly 80% for training 20% for test
Table Partitioner
Feature Selection
Missing Values Handling
Dimensionality Reduction
asdf
CSV Reader
Outlier Detection

Nodes

Extensions

Links