Confusion Matrix

What is the use of confusion matrix ?

Hey @mansi171299, A Confusion matrix is an N x N matrix used for evaluating the performance of a classification model, where N is the number of target classes. The matrix compares the actual target values with those predicted by the machine learning model. This gives us a holistic view of how well our classification model is performing and what kinds of errors it is making.

For more details on confusion matrix, please go through this blog once.

I hope this clears your doubt ! :+1:
Happy Learning ! :slightly_smiling_face:

@Aayushkh_333
Thanks, I got it.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.