DP-100 · Question #121
You are creating a new experiment in Azure Machine Learning Studio. You have a small dataset that has missing values in many columns. The data does not require the application of predictors for each…
The correct answer is A. Replace using Probabilistic PCA. Replace using Probabilistic PCA: Compared to other options, such as Multiple Imputation using Chained Equations (MICE), this option has the advantage of not requiring the application of predictors for each column. Instead, it approximates the covariance for the full dataset…
Question
Options
- AReplace using Probabilistic PCA
- BNormalization
- CSynthetic Minority Oversampling Technique (SMOTE)
- DReplace using MICE
How the community answered
(51 responses)- A75% (38)
- B4% (2)
- C14% (7)
- D8% (4)
Explanation
Replace using Probabilistic PCA: Compared to other options, such as Multiple Imputation using Chained Equations (MICE), this option has the advantage of not requiring the application of predictors for each column. Instead, it approximates the covariance for the full dataset. Therefore, it might offer better performance for datasets that have missing values in many columns. https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/clean-missing-
Topics
Community Discussion
No community discussion yet for this question.