data preprocessing

Operations done on the data to make them suitable for machine learning models

aggregation

the process of combining 2 ore more attributes into a single one, this can be done to obtain differet goals:

scaling

sampling

the process of reducing the dataset dimensions making samples

dimensionality reduction

the process of reducing the number of features

feature subset selection

the process of selecting a subset of feature\

feature creation

the process of creating new features from existing data

Link map