Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
manuscript_code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maria Voigt
manuscript_code
Commits
18a60220
Commit
18a60220
authored
8 years ago
by
Maria Voigt
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/model_fitting/abundance_model.R
+1
-1
1 addition, 1 deletion
src/model_fitting/abundance_model.R
with
1 addition
and
1 deletion
src/model_fitting/abundance_model.R
+
1
−
1
View file @
18a60220
...
...
@@ -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
<-
5
0
0
}
nr_maxit
<-
2
50
}
if
(
is_verbose
){
print
(
paste
(
"3. start making all_model_terms"
,
Sys.time
()))}
# #build models needed for analysis with a function
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment