Created
May 26, 2022 11:57
-
-
Save srang992/c806ad3240b4ca845fd62a1c79abf503 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # this line removes the grid from the confusion matrix | |
| sns.set_style("whitegrid", {'axes.grid' : False}) | |
| ConfusionMatrixDisplay.from_predictions(y_test, y_pred) | |
| plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment