Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Ensemble Model in R

I have a several R models - Random Forrest, SVM on PCA, Heuristics on Chi-sq tested predictors and a Binary Logit Model; all these are used to create an ensemble model ; is there a way to integrate the API here with a R script which runs my models?