schalkdaniel / compboost

C++ implementation and R API for componentwise boosting
https://schalkdaniel.github.io/compboost/
GNU Lesser General Public License v3.0
24 stars 3 forks source link

FEATURE: Binary Categorical Base-Learner #326

Closed schalkdaniel closed 4 years ago

schalkdaniel commented 4 years ago

This is already implemented, but not good. The new way of treating categorical features is way better. The old binary base-learner needs to be adopted for that.

schalkdaniel commented 4 years ago

328