AI-900 · Question #331
AI-900 Question #331: Real Exam Question with Answer & Explanation
The correct answer is D: Regression. Regression is a supervised machine learning technique which is used to predict continuous values. The ultimate goal of the regression algorithm is to plot a best-fit line or a curve between the data. The three main metrics that are used for evaluating the trained regression model
Question
You have a dataset that contains experimental data for fuel samples. You need to predict the amount of energy in kilojoules that can be obtained from a sample based on its measured density. Which type of AI workload should you use?
Options
- AClassification
- BClustering
- CKnowledge mining
- DRegression
Explanation
Regression is a supervised machine learning technique which is used to predict continuous values. The ultimate goal of the regression algorithm is to plot a best-fit line or a curve between the data. The three main metrics that are used for evaluating the trained regression model are variance, bias and error. https://builtin.com/data-science/regression-machine-learning
Topics
Community Discussion
No community discussion yet for this question.