What does Min-Max scaling do to the dataset?

  • It reduces the dimensionality of the dataset
  • It removes the mean and scales the data to unit variance
  • It scales the data based on median and interquartile range
  • It scales the dataset so that all feature values are in the range 0 to 1
Min-Max scaling, also known as normalization, transforms features by scaling each feature to a specific range, typically 0 to 1. This is done using the values of the minimum and maximum feature in the dataset.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *