RTUComputer ScienceYr 2023 · Sem 62023

Q3Machine Learning

Question

2 marks

What is a confusion matrix?

Answer

A confusion matrix is a table used to evaluate the performance of a classification model.

It compares actual target values with those predicted by the machine learning model. The matrix displays true positives, true negatives, false positives, and false negatives.

Back to Paper