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

BaseLearnerFactory will always copy data #25

Open ja-thomas opened 6 years ago

ja-thomas commented 6 years ago

In some cases e.g. splines we need to actually create new data but for simple base learner e.g. linear, a pointer to the data column would be enough

ja-thomas commented 6 years ago

this is only the case for linear learner and will be difficult to handle, so we don't do this for now