python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to make a Confusion Matrix with Keras?
I have trained my model (multiclass classification) of CNN using keras and now I want to evaluate the model on my test set of images. Is there a way to create confusion matrix?
Itra
Votes: 0
Answers: 2
Comparing two models with different majority classes
I calculated the accuracy for a model with listwise deletion (0.75) and for a multiple imputation model (0.67).
It seems like the standard model performs better. However, the naive baseline of the sta...
tessa
Votes: 0
Answers: 0
Different Confusion Matrix with Cross-Validation
I am sorry if this is a long post, but i have some questions related to Confusion Matrix metric and Cross-Validation that i really need help with.
This picture from Sklearn CV link, shows that our who...
Murilo
Votes: 0
Answers: 1
Clickable matrix python figure to highlight given row and column
Hello :) Does anybody know how to make a matplotlib matrix figure clickable?
For instance, if I click a cell of the matrix, it should highlight the row and the column of this cell (see the before and...
Yoann
Votes: 0
Answers: 0