AI-900 · Question #257
You have an Azure Machine Learning model that uses clinical data to predict whether a patient has a disease. You clean and transform the clinical data. You need to ensure that the accuracy of the…
The correct answer is B. Split the clinical data into Two datasets. To verify the accuracy of a machine learning model, you must evaluate its performance on data it hasn’t seen during training. This is done by splitting the data into: Training set – used to train the model. Validation or test set – used to evaluate how well the model…
Question
Options
- ATrain the model by using the clinical data.
- BSplit the clinical data into Two datasets.
- CTrain the model by using automated machine learning (automated ML).
- DValidate the model by using the clinical data.
How the community answered
(23 responses)- B91% (21)
- C4% (1)
- D4% (1)
Explanation
To verify the accuracy of a machine learning model, you must evaluate its performance on data it hasn’t seen during training. This is done by splitting the data into: Training set – used to train the model. Validation or test set – used to evaluate how well the model generalizes to unseen data. This separation helps avoid overfitting and provides a more accurate estimate of how the model will perform in the real world.
Topics
Community Discussion
No community discussion yet for this question.