mewo2 / medley

A system for blending regression models in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate calculation of ensemble from prediction

mewo2 opened this issue · comments

At the moment, the ensemble is calculated at prediction time. This is obviously inefficient if more than one predict() call is made. It also means that it's impossible to interrogate the ensemble object to determine which models were used, etc.