Closed snowpong closed 2 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.
glmnet
intercept=FALSE
Was the problem solved or not? I'm eager for the answer too.
@bsytffgj I never found a solution. But worked around / didn't need a solution for it in the end.
Duplicate of #37
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 setintercept=FALSE
and the intercept(s) are set to zero.