harrysouthworth / gbm

Gradient boosted models
Other
106 stars 27 forks source link

In gbm() the verbose parameter should be a boolean instead a string #25

Closed az0 closed 1 day ago

az0 commented 10 years ago

It looks like the old default value of 'CV' was a typo. This makes the default value of verbose in gbm() consistent with gbm.fit() but changes it from FALSE to TRUE.