How to ensamble different ranking models?
I have trained two different models, which give a score to each data point. The score of the models it is not necessarily comparable. The score is used to give a ranking, and the performance is measured with AUC and ROC curve.
How can I ensamble the different models to obtain a better AUC and ROC curve?
Topic auc roc ranking classification
Category Data Science