What range of values does a dataset typically have after Min-Max scaling?
- -1 to 1
- 0 to 1
- Depends on the dataset
- Depends on the feature
Min-Max scaling transforms features by scaling each feature to a given range. The default range for the Min-Max scaling technique is 0 to 1. Therefore, after Min-Max scaling, the dataset will typically have values ranging from 0 to 1.
Loading...
Related Quiz
- An unusually large or small value in a dataset, which does not follow the general trend of the rest of the data, is known as an ________.
- Imagine you have a dataset where only 5% of the rows contain missing values. What potential problems could arise if you choose to use listwise deletion?
- When would a scatter plot be less effective in identifying outliers?
- In a situation where the initial 'questioning' phase did not yield actionable insights, what might be the next step in the EDA process?
- If a data point's Z-score is 0, it indicates that the data point is _______.