pbreheny / biglasso

biglasso: Extending Lasso Model Fitting to Big Data in R
http://pbreheny.github.io/biglasso/
113 stars 29 forks source link

Possible to set the intercept to 0 #19

Closed snowpong closed 2 years ago

snowpong commented 6 years ago

Hi.

Thanks for making biglasso, it works well with bigmemory and memory-mapped files.

Is there a way, or hack, to set the intercept to 0? In glmnet you can set intercept=FALSE and the intercept(s) are set to zero.

bsytffgj commented 2 years ago

Was the problem solved or not? I'm eager for the answer too.

snowpong commented 2 years ago

@bsytffgj I never found a solution. But worked around / didn't need a solution for it in the end.

pbreheny commented 2 years ago

Duplicate of #37