Steven Barkin
Steven Barkin

Reputation: 99

Cross-validation with speedglm for logistic regression in R?

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.

Upvotes: 0

Views: 486

Answers (0)

Related Questions