You are applying Adaptive Boosting method on a 2-class class…
You are applying Adaptive Boosting method on a 2-class classification problem. Below is the table that displays the misclassification rate and the model values that are obtained upon training three models (i.e., m = 3). After training, a sample from the test data set is classified as +1 or -1 by each of these three models (as shown below): Model Misclassification Rate Value Predicted Class (test sample) 1 0.65 -0.310 -1 2 0.27 0.424 1 3 0.5 0 -1 Which class will the sample belong to using the Adaptive Boosting method?
Read Details