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

Load/save base learner from/to JSON #361

Closed schalkdaniel closed 1 year ago

schalkdaniel commented 1 year ago

357

This is mandatory for most other classes like BaselearnerTrack or Optimizer.

schalkdaniel commented 1 year ago

This is a bit more complicated. The data classes and attributes must be considered first.