Question:medium

What is the main purpose of evaluation in an AI project cycle?

Show Hint

Evaluation metrics like accuracy, precision, recall, and F1-score help measure model performance.
  • To collect data for training the model
  • To assess how well a model performs after training
  • To deploy the model into real-world systems
  • To visualize the data used for model building
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0