Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Jan 21, 2015
1 parent 452392e commit bcbca48
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 @@ -13,7 +13,7 @@ library(h2o)
#hadoop fs -rm -r myDir
#hadoop jar h2odriver_hdp2.1.jar water.hadoop.h2odriver -libjars ../h2o.jar -n 8 -mapperXmx 40g -output myDir -baseport 61111 -data_max_factor_levels 65000 -chunk_bits 24

h2oCluster <- h2o.init(ip="mr-0xd1", port=6FedEx1111)
h2oCluster <- h2o.init(ip="mr-0xd1", port=61111)

# Read data from HDFS
data.hex <- h2o.importFile(h2oCluster, "hdfs://mr-0xd6/datasets/15Mx2.2k.csv")
Expand Down Expand Up @@ -46,4 +46,4 @@ mdl.gbm

# Random Forest
mdl.rf <- h2o.randomForest(x=predictors, y=response, data=train, validation=valid, type="BigData", depth=15, importance=T, balance.classes = T, class.sampling.factors = c(1,250))
mdl.rf
mdl.rf

0 comments on commit bcbca48

Please sign in to comment.