gbm-developers / gbm3

Gradient boosted models
133 stars 117 forks source link

Predict sparse nodes #148

Open gravesee opened 6 years ago

gravesee commented 6 years ago

Referencing issue #146 . This PR allows the user to predict a sparse matrix representing all of the nodes an observation passes through throughout the entire ensemble.

gravesee commented 6 years ago

I'll keep working on this until it passes Travis