Normalisation strategies
In brief,
minmax
robust
Keep in mind you could also remove outliers from the dataset before using a basic min-max normalisation.
For more details, see Wikipedia:
Normalisation strategies
In brief,
minmax: Produces values on 0..1 scale. Sensitive to outliers.robust: Does the best job if outliers are expectedKeep in mind you could also remove outliers from the dataset before using a basic min-max normalisation.
For more details, see Wikipedia: