Skip to content

Commit 7031704

Browse files
author
angela0xdata
committed
Changed "stairs" to "stares"
training_data.csv heading is now StaresOutWindow. Updated example.R to reflect this change.
1 parent bfe9775 commit 7031704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/streaming/storm/example.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ h <- h2o.init(ip = myIP, port = myPort, startH2O = TRUE)
2323
cat("Building GBM model\n")
2424
df <- h2o.importFile(path = normalizePath("./training_data.csv"));
2525
y <- "Label"
26-
x <- c("Has4Legs","CoatColor","HairLength","TailLength","EnjoysPlay","StairsOutWindow","HoursSpentNapping","RespondsToCommands","EasilyFrightened","Age", "Noise1", "Noise2", "Noise3", "Noise4", "Noise5")
26+
x <- c("Has4Legs","CoatColor","HairLength","TailLength","EnjoysPlay","StaresOutWindow","HoursSpentNapping","RespondsToCommands","EasilyFrightened","Age", "Noise1", "Noise2", "Noise3", "Noise4", "Noise5")
2727
gbm.h2o.fit <- h2o.gbm(training_frame = df, y = y, x = x, model_id = "GBMPojo", ntrees = 10)
2828

2929
cat("Downloading Java prediction model code from H2O\n")

0 commit comments

Comments
 (0)