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

Save model as JSON #357

Closed schalkdaniel closed 1 year ago

schalkdaniel commented 1 year ago

Since R cannot serialize the C++ objects, there should be a possibility of storing models. Therefore: