Skip to content

Commit 71bac74

Browse files
author
Mark Landry
committed
GBM: updated script parameters
1 parent 21023be commit 71bac74

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tutorials/gbm-randomforest/GBM_RandomForest_Example.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ h2o.hit_ratio_table(rf1,valid = T)[1,2]
7878
## where the parameters and defaults are described.
7979

8080
gbm1 <- h2o.gbm(
81-
training_frame = train,
82-
validation_frame = valid,
83-
x=1:12,
84-
y=13,
8581
training_frame = train, ## the H2O frame for training
8682
validation_frame = valid, ## the H2O frame for validation (not required)
8783
x=1:12, ## the predictor columns, by column index

0 commit comments

Comments
 (0)