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

Production mode #369

Closed schalkdaniel closed 1 year ago

schalkdaniel commented 1 year ago

Enable to save to json in "production mode". This means to remove all the train data from the model to

  1. save memor
  2. allow for privacy

Therefore, everything (mainly predicting on the train data etc.) should be blocked to not run into issues.

schalkdaniel commented 1 year ago

Done :-)