Closed nhejazi closed 5 years ago
Currently, by default, fit_hal fits the lasso on the full set of interactions between all covariates presented to it. This is extremely slow and/or impractical for even modestly large data sets. Perhaps it ought to be changed?
fit_hal
Addressed by https://github.com/tlverse/sl3/pull/215 for the most common use cases
Currently, by default,
fit_hal
fits the lasso on the full set of interactions between all covariates presented to it. This is extremely slow and/or impractical for even modestly large data sets. Perhaps it ought to be changed?