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

Implement multi-dimensional response #289

Open illusive-git opened 5 years ago

illusive-git commented 5 years ago

All three Response Classes only allow a single vector

schalkdaniel commented 5 years ago

Really, I thought using response classes should be flexible enough to allow everything?

schalkdaniel commented 5 years ago

Sorry, I misunderstood something wrong. You are totally right, at the moment we can just boost univariate responses. :)