Closed hongooi73 closed 6 years ago
Just curious.
In this case, what nfolds does cv.glmnet treat?
default folds?
Thanks in advance.
How glmnetUtils::cv.glmnet
works is that it passes all your arguments to glmnet::cv.glmnet
, which does the actual work of model fitting/CV. In this case, the nfolds
arg isn't being passed down, so glmnet::cv.glmnet
will use its default value which is 10.
@Hong-Revo I got it. Thanks.
@Hong-Revo
I forgot to ask. When will CRAN reflect this change?
Many thanks,
@Greenwind1 it should be submitted in the new year.
This should be showing up on CRAN in the next few days.
From Hirokazu Iwasawa: