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

Can we delete the source data after initialization? #331

Closed schalkdaniel closed 1 year ago

schalkdaniel commented 4 years ago

I think this should be no problem since the target data is used for predictions. This should then reduce the memory load.

schalkdaniel commented 1 year ago

It is still nice to have the input data for further diagnostics etc.