Skip to content

Commit

Permalink
Merge pull request #116 from pritchardtom/bug_fix_108_load_model_failed
Browse files Browse the repository at this point in the history
Fixed issue 108: load_model failed
  • Loading branch information
sylvainschmitt committed May 15, 2024
2 parents cf59b06 + b03c189 commit abae27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/save.model.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setMethod('save.esdm', 'Ensemble.SDM', function (esdm,
if (verbose) {
cat(" tables ...")
}
write.csv(esdm@evaluation, paste0(path, "/", name, "/Tables/esdmeval.csv"))
write.csv(esdm@evaluation, paste0(path, "/", name, "/Tables/ESDMeval.csv"))
write.csv(esdm@algorithm.evaluation, paste0(path, "/", name, "/Tables/AlgoEval.csv"))
write.csv(esdm@algorithm.correlation, paste0(path, "/", name, "/Tables/AlgoCorr.csv"))
write.csv(esdm@variable.importance, paste0(path, "/", name, "/Tables/VarImp.csv"))
Expand Down

0 comments on commit abae27f

Please sign in to comment.