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.
Loading...
Related Quiz
- What is the name of the statistical measure that shows the degree of the relationship between two variables?
- Imagine you're analyzing a dataset for a real estate company. You observe that a few houses have an extraordinarily high price compared to the rest. What would these represent in your analysis?
- Can the steps of the EDA process be re-ordered or are they strictly sequential?
- You are analyzing a dataset with a high degree of negative skewness. How might this affect your choice of machine learning model?
- Suppose you are dealing with time series data with some missing values and you decided to use regression imputation. What potential issues might arise and how could you address them?