Min Max
Objective
Min-max normalization is one of the most common ways to normalize data. For every feature, the minimum value of that feature gets transformed into a 0, the maximum value gets transformed into a 1, and every other value gets transformed into a decimal between 0 and 1.
Example
Output attributes
Event output attributes from the above example.
ask_MINMAX_NORM
bid_MINMAX_NORM
Postfix ID
Applied to attribute
MINMAX_NORM
Last updated