This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# This is basically the standard demo with a high shrinkage. | |
# In GBM 2.1 this causes an obscure error. This same kind | |
# of thing happens on real data with normal shrinkage like 0.1 | |
# | |
require(gbm) | |
N <- 1000 | |
X1 <- runif(N) |
NewerOlder