Skip to content

Commit

Permalink
Fixed bug in h2o.ensemble .make_Z function
Browse files Browse the repository at this point in the history
  • Loading branch information
ledell committed Aug 14, 2015
1 parent b79f75a commit 6851fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h2o-r/ensemble/h2oEnsemble-package/R/ensemble.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ h2o.ensemble <- function(x, y, training_frame,
seed = seed, fold_column = "fold_id",
simplify = FALSE)

runtime <- list()
runtime$cv <- lapply(fitlist, function(ll) ll$fittime)
names(runtime$cv) <- learner
basefits <- lapply(fitlist, function(ll) ll$fit) #Base fits (trained on full data) to be saved
Expand Down

0 comments on commit 6851fa4

Please sign in to comment.