File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ approximate_kfold.vselsearch <- function(object,
450
450
penalty = NULL ,
451
451
refit_proj = TRUE ,
452
452
seed = NULL ,
453
- cores = NULL ,
453
+ cores = 1 ,
454
454
... ) {
455
455
refmodel <- object $ refmodel
456
456
family <- refmodel $ family
@@ -812,7 +812,7 @@ cv_loo.vselapproxcv <- function(object,
812
812
thresh = 1e-6 ,
813
813
regul = 1e-4 ,
814
814
seed = NULL ,
815
- cores = NULL ,
815
+ cores = 1 ,
816
816
search_terms = NULL ,
817
817
... ) {
818
818
search_path_prev <- object $ search_path
@@ -1129,7 +1129,7 @@ cv_kfold.vselapproxcv <- function(object,
1129
1129
nlambda = 150 ,
1130
1130
thresh = 1e-6 ,
1131
1131
regul = 1e-4 ,
1132
- cores = NULL ,
1132
+ cores = 1 ,
1133
1133
seed = NULL ,
1134
1134
search_terms = NULL ,
1135
1135
... ) {
@@ -1524,7 +1524,7 @@ varsel_cv.vselapproxcv <- function(object,
1524
1524
seed = NULL ,
1525
1525
search_terms = NULL ,
1526
1526
cv_search = TRUE ,
1527
- cores = NULL ,
1527
+ cores = 1 ,
1528
1528
... ) {
1529
1529
search_path <- object $ search_path
1530
1530
refmodel <- search_path $ refmodel
You can’t perform that action at this time.
0 commit comments