Sklearn Confusion Matrix Machine Learning Tutorial
A confusion matrix is a method of summarizing a classification algorithm’s performance. It is simply a summarized table of the number of correct and incorrect predictions. As you know in supervised machine learning algorithms, we train the model on the training dataset and then use the testing data to make predictions. For the regression model, …
Sklearn Confusion Matrix Machine Learning Tutorial Read More »