What is the formula used in the calculation of Min-Max scaling?
- (value - mean) / standard deviation
- (value - min) / (max - min)
- value - min
- value / max
The formula used in the calculation of Min-Max scaling is (value - min) / (max - min). This transformation scales and translates the feature to be within the range of 0 and 1.
Loading...
Related Quiz
- Which of the following is a type of data distribution?
- You've identified several outliers using the modified Z-score method in your dataset. What could be the possible reasons for their existence?
- Which type of missing data relies on information that is not included in the dataset?
- In what scenarios could mean/median/mode imputation lead to a misleading interpretation of the data?
- _____ is a method used for handling missing data that replaces missing values with the mean, median, or mode of the available data.