At line 115 of given file path, cm = metrics.confusion_matrix(y_test, y_pred), what does the values in confusion matrix convey? I,m not able to guess what these values convey as of now! I have got a 2 * 2 matrix as answer with values ((9657,53),(2534,4926)).