Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco De Lucia
RedModRphree
Commits
daf983df
Commit
daf983df
authored
Jul 02, 2018
by
Janis Jatnieks
Browse files
Remove redundant conversion step.
parent
6caf13b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/Surr_Train.R
View file @
daf983df
...
@@ -1324,7 +1324,7 @@ WriteModelResiduals <- function(write_filepath_prefix, training_samples, seed) {
...
@@ -1324,7 +1324,7 @@ WriteModelResiduals <- function(write_filepath_prefix, training_samples, seed) {
## err index export
## err index export
err_inds
=
as.data.table
(
seq
(
nrow
(
Fout
))[
-
inds
]
)
err_inds
=
as.data.table
(
seq
(
nrow
(
Fout
))[
-
inds
]
)
colnames
(
err_inds
)
<-
"err_inds"
colnames
(
err_inds
)
<-
"err_inds"
fwrite
(
as.data.table
(
err_inds
)
,
file
=
paste0
(
ensemble_name
,
"_err_inds.csv"
)
)
fwrite
(
err_inds
,
file
=
paste0
(
ensemble_name
,
"_err_inds.csv"
)
)
}
}
## once we have screened all the desired possibilities, we can try to
## once we have screened all the desired possibilities, we can try to
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment