I am building 2 models using XGboost, one with x number of parameters and the other with y number of parameters of the data set.
It is a classification problem. A yes-yes, no-no case is easy, but what should I do when one model predicts a yes and the other model predicts a no ?
Model A with x parameters has an accuracy of 82% and model B with y parameters has accuracy of 79%.