AI-900 · Question #53
To complete the following sentence, select the appropriate option from the drop-down menu. ________________ is a process in which the best machine learning algorithm to use for your specific data is…
The correct answer is A. Automated machine learning (AutoML). AutoML is a process in which the best machine learning algorithm to use for your specific data is selected for you. AutoML tries different algorithms and tuning parameters in parallel while training a model and stops once it reaches predefined exit criteria. Generated output…
Question
Options
- AAutomated machine learning (AutoML)
- BNormalization
- CFeature engineering
How the community answered
(47 responses)- A94% (44)
- B2% (1)
- C4% (2)
Explanation
AutoML is a process in which the best machine learning algorithm to use for your specific data is selected for you. AutoML tries different algorithms and tuning parameters in parallel while training a model and stops once it reaches predefined exit criteria. Generated output provides the list of used algorithms along with recommendations on the best ones to use. Normalization is a technique used to change the values in numeric columns to bring them up to the common scale; to the values ranging between 0 and 1, without loss of information or differences in the value ranges. Feature engineering is a process of creating new features from within provided input dataset, which can help to better represent relationships and correlations between the input data and expected outcome. Feature engineering improves the quality and performance of the trained model and increases its predictive power.
Topics
Community Discussion
No community discussion yet for this question.