From 6cdd66073216b07ca7bf8b091c622541b874ea07 Mon Sep 17 00:00:00 2001 From: Arno Candel Date: Mon, 12 Jan 2015 11:56:31 -0800 Subject: [PATCH] keep the h2o.rm() active. --- R/examples/manycols.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/examples/manycols.R b/R/examples/manycols.R index a3b12f827f..1089c27af2 100644 --- a/R/examples/manycols.R +++ b/R/examples/manycols.R @@ -24,8 +24,8 @@ train <- h2o.assign(data.hex[random < .8,], "X15Mx2_2k_part0.hex") valid <- h2o.assign(data.hex[random >= .8,], "X15Mx2_2k_part1.hex") # Delete full training data and temporaries - only needed if memory is tight -#h2o.rm(h2oCluster, "15Mx2_2k.hex") # optional -#h2o.rm(h2oCluster, grep(pattern = "Last.value", x = h2o.ls(h2oCluster)$Key, value = TRUE)) +h2o.rm(h2oCluster, "15Mx2_2k.hex") # optional +h2o.rm(h2oCluster, grep(pattern = "Last.value", x = h2o.ls(h2oCluster)$Key, value = TRUE)) response=2 #1:1000 imbalance predictors=c(3:ncol(data.hex))