Created
August 26, 2021 12:42
-
-
Save SajidLhessani/15168d43333644069855c1864ac64232 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
| # Calculate the confusion matrix | |
| cm = confusion_matrix(y[split:], y_predict) | |
| cm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment