I have trained two models using the caret library for R and would like to combine the two multi-class trained models into one ensemble.
My first thought was to use caretEnsemble, but it does not yet support multi-class predictions. See https://github.com/zachmayer/caretEnsemble/issues/8 Is there a tutorial or sample code you can point me to showing how to combine two or more multi-class trained models? [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.