thomaswiemann / ddml

ddml: Double/Debiased Machine Learning in R
https://thomaswiemann.com/ddml/
GNU General Public License v3.0
15 stars 1 forks source link

Memory inefficient model computation #6

Closed thomaswiemann closed 1 year ago

thomaswiemann commented 3 years ago

The assignment of features to model arguments in ensemble, crosspred, and crossval_compute created duplicates of the data, potentially causing memory issues.