If a machine learning model uses distance-based methods, we need to apply _____ to bring all features to the same level of magnitudes.
- Binning
- Data Encoding
- Data Integration
- Data Scaling
If a machine learning model uses distance-based methods, we need to apply Data Scaling to bring all features to the same level of magnitudes. This is because distance-based methods are sensitive to the scale of the features.
Loading...
Related Quiz
- You have applied mean imputation to a dataset where values are missing not at random. What kind of bias might you have unintentionally introduced, and why?
- The method of transforming data to handle outliers often involves applying a ________ to the data.
- If missing data is not properly addressed, the model's ________ can be significantly affected.
- Consider a situation where a Spearman's correlation coefficient between two variables was found to be significantly different from zero, but the Pearson's correlation was not. How would you explain this?
- The primary goal of EDA is to ________.