Confusion Matrix: Difference between revisions

Created page with "= Confusion Matrix = '''Confusion Matrix''' is a performance measurement tool used in machine learning, particularly for classification problems. It provides a summary of prediction results on a classification problem by comparing the actual labels with those predicted by the model. == What is a Confusion Matrix? == A confusion matrix is a table that describes the performance of a classification model. It shows how many instances were correctly or incorrectly predicte..."
 
Line 80: Line 80:
== Related Pages ==
== Related Pages ==


* [[Precision and Recall]]
* [[Precision]] and [[Recall]]
* [[F1 Score]]
* [[F1 Score]]
* [[Classification]]
* [[Classification]]
* [[Model Evaluation Metrics]]
* [[Model Evaluation Metrics]]