mboost icon indicating copy to clipboard operation
mboost copied to clipboard

fix stabsel(, grid = ...)

Open hofnerb opened this issue 10 years ago • 0 comments

When using

mod <- glmboost(...)
mstop(mod) <- 1
stabsel(mod, grid = 1:10)

everything works as expected. Yet, using

mstop(mod) <- 100
stabsel(mod, grid = 1:10)

ignores the grid and runs until 100 on each stabsel fold. (spotted by A. Mayr)

hofnerb avatar Nov 18 '15 09:11 hofnerb