Cross-validation with speedglm for logistic regression in R?

482 views Asked by At

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.

0

There are 0 answers