gbm-developers / gbm3

Gradient boosted models
135 stars 115 forks source link

Fixed typo #138

Closed bgreenwell closed 10 months ago

bgreenwell commented 7 years ago

Changed nrow(data) to N in training_params

gregridgeway commented 10 months ago

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