I would like to run a cross-validation function like cv.glm
on a logistic regression model built with speedglm
on a large (millions of rows) data set. Does any such function exist?
I am finding that cv.glm
(from boot
package) and the train
function from caret
do not recognize speedglm
models.
Thanks in advance.