List of questions
Related questions
Question 129 - DP-100 discussion
You plan to use automated machine learning to train a regression model. You have data that has features which have missing values, and categorical features with few distinct values.
You need to configure automated machine learning to automatically impute missing values and encode categorical features as part of the training task.
Which parameter and value pair should you use in the AutoMLConfig class?
A.
featurization = 'auto'
B.
enable_voting_ensemble = True
C.
task = 'classification'
D.
exclude_nan_labels = True
E.
enable_tf = True
Your answer:
0 comments
Sorted by
Leave a comment first