Skip to content
Snippets Groups Projects
Commit 18a60220 authored by Maria Voigt's avatar Maria Voigt
Browse files

setting the maxit for the crossval down again,

higher doesn't seem to have influence on crashed jobs
parent 02ec00e6
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ if (!is.na(exclude_grid)){
# because then slightly less data
if (is.na(exclude_grid) & is.na(exclude_year)){
nr_maxit <- 250}else{
nr_maxit <- 500}
nr_maxit <- 250}
if(is_verbose){ print(paste("3. start making all_model_terms", Sys.time()))}
# #build models needed for analysis with a function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment