Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/0xdata/h2o
Browse files Browse the repository at this point in the history
  • Loading branch information
aboyoun committed Oct 22, 2014
2 parents 3823898 + 137e4b7 commit f249955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/examples/Kaggle/TradeShift.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ for (resp in 1:length(targets)) {
## Remove no longer needed old models and temporaries from K-V store to keep memory footprint low
h2o.rm(h2oServer, grep(pattern = "Last.value", x = h2o.ls(h2oServer)$Key, value = TRUE))
h2o.rm(h2oServer, grep(pattern = "DRF", x = h2o.ls(h2oServer)$Key, value = TRUE))

}

if (validate) {
cat("\nOverall training LogLosses = " , tLogLoss)
cat("\nOverall training LogLoss = " , mean(tLogLoss))
Expand Down

0 comments on commit f249955

Please sign in to comment.