gbm-developers / gbm3

Gradient boosted models
134 stars 116 forks source link

Fixed typo #138

Closed bgreenwell closed 8 months ago

bgreenwell commented 7 years ago

Changed nrow(data) to N in training_params

gregridgeway commented 8 months ago

Not a typo, just a difference of style since N == nrow(data)