Hello,
While generally ensemble methods are used on the dataset for the same type of prediction algorithm,I was wondering if one could use a combination of predictions from different models-like from randomforests,knn and svm for forming ensembles and then applying it on train data.
Can someone please help me understand how this might be done?