harrysouthworth / gbm

Gradient boosted models
Other
106 stars 27 forks source link

Error printing certain gbm objects #30

Closed Mullefa closed 9 years ago

Mullefa commented 9 years ago

For example:

df <- data.frame(
  x = runif(100),
  y = runif(100),
  z = sample(0:1, 100, replace = TRUE)
)

trained_gbm <- gbm.fit(df[, c("x", "y")], df$z)

trained_gbm
harrysouthworth commented 9 years ago

This issue was moved to gbm-developers/gbm#5