Eroxl's Notes
Min-Max Scaling

Min-max scaling scales the data to a fixed range, usually between 0 and 1.

The formula for min-max scaling is:

Where is the original feature, and are the minimum and maximum values in the feature set, and is the scaled feature.