Question 6:
You are a machine learning specialist for a research firm. Your team uses Amazon SageMaker and its built-in scikit-learn library for feature transformation in your machine learning process. When using the SimpleImputer transformer to replace missing values in your observations, which strategy is the default strategy that your SageMaker scikit-learn code will use if you don’t explicitly pass a strategy parameter?
Answer options:
A.constant B.most_frequent C.median D.mean E.mode