5 When we get the data, after data cleaning, pre-processing and wrangling, the first step we do is to feed it to an outs
Posted: Fri Jul 01, 2022 5:33 am
5 When we get the data, after data cleaning, pre-processing and wrangling, the first step we do is to feed it to an outstanding model and of course, get output in probabilities. But hold on! How in the hell can we measure the effectiveness of our model? Better the effectiveness, better the performance and that's exactly what we want. And it is where the Confusion matrix comes into the limelight. Confusion Matrix is a performance measurement for machine learning classification. Suppose we have divided your result into two classes. How many terms can be defined for Class1 (Positive) and Class2 (Negative)? Define with an example. Briefly explain Accuracy rate, Recall, Precision and F-Measure with an example. Consider the following prediction table with total number of data N-95. Now find the given terms: Actual Positive, Negative and Predicted Positive and Negative, TP, TN, FP, FN, TP rate and FP rate, Accuracy, Error, Recall, Precision and F-Measure. (5 Data Classified Water Water 21 Forest 5 Urban 7 Total 33 Predicted Data Forest Urban Total 27 37 31 95 6 31 2 39 0 1 22 23