Minmaxskaala
Minmaxskaala, also known as min‑max scaling, is a linear transformation that rescales data to a fixed range, typically [0, 1] or [−1, 1]. Given a set of values xi, the transformed value xi′ is calculated as
xi′ = (xi − min(X))/(max(X) − min(X))
which maps the minimum and maximum of the original data to the chosen bounds. The method preserves
In statistical analysis and data preprocessing for machine learning, Minmaxskaala is frequently applied to features before
A key advantage of Minmaxskaala is its simplicity and interpretability; the transformed values are directly comparable
Minmaxskaala is thus a foundational preprocessing step in many data‑centric workflows, offering a straightforward means of