AI-900 · Question #331
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
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
Options
- AClassification
- BClustering
- CKnowledge mining
- DRegression
How the community answered
(51 responses)- A8% (4)
- B16% (8)
- C4% (2)
- D73% (37)
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.