zachmayer / caretEnsemble

caret models all the way down :turtle:
Other
226 stars 75 forks source link

pass predict parameters to intermediate models #212

Closed washcycle closed 7 years ago

washcycle commented 7 years ago

I need to modify the na.pass parameter for each model. The current setup didn't allow this.

washcycle commented 7 years ago

This one might be tricky. I can see problems when you want to pass parameters to the model list predictions, but they get passed to the ensemble model instead. Maybe a pass a list of parameters instead and pass that list to the model list predictions?

zachmayer commented 7 years ago

A list of parameters is probably the way to go.

Sent from my iPhone

On Sep 7, 2016, at 11:56 PM, Matt notifications@github.com wrote:

This one might be tricky. I can see problems when you want to pass parameters to the intermediate predictions, but they get passed to the ensemble model instead. Maybe a pass a list of parameters instead and pass that list to the model list predictions?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.