Skip to content

Commit

Permalink
keep the h2o.rm() active.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Jan 12, 2015
1 parent 28c4990 commit 6cdd660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/examples/manycols.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 6cdd660

Please sign in to comment.