exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 33 discussion

Actual exam question from Microsoft's DP-100
Question #: 33
Topic #: 3
[All DP-100 Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
datamijn
Highly Voted 3 years, 6 months ago
on 2/8/2021
upvoted 8 times
...
Moshekwa
Highly Voted 3 years, 6 months ago
Chosen Answer is correct " In every automated machine learning experiment, automatic scaling and normalization techniques are applied to your data by default. These techniques are types of featurization that help certain algorithms that are sensitive to features on different scales. You can enable more featurization, such as missing-values imputation, encoding, and transforms." Source: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-auto-features
upvoted 6 times
...
sar77
Most Recent 2 weeks, 3 days ago
Selected Answer: A
In Azure Machine Learning's AutoMLConfig, setting featurization='auto' allows the system to automatically handle: Imputation of missing values: Numerical and categorical features with missing data will be filled in using suitable methods (like mean, median, mode, or advanced techniques). Encoding of categorical variables: Categorical features with few distinct values will be encoded automatically using one-hot encoding or ordinal encoding, depending on what suits the model best.
upvoted 1 times
...
evangelist
8 months ago
Selected Answer: A
given answer is correct featurization =on is must
upvoted 1 times
...
fhlos
1 year, 7 months ago
Selected Answer: A
A - ChatGPT
upvoted 1 times
...
synapse
2 years, 10 months ago
Selected Answer: A
AutoFeaturization takes care of this. A
upvoted 2 times
...
snsnsnsn
3 years, 5 months ago
on 2/9/21
upvoted 4 times
...
ljljljlj
3 years, 6 months ago
On exam 2021/7/10
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...