Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing intercept from robyn_run #722

Closed
NicolasMatrices-v2 opened this issue May 5, 2023 · 3 comments
Closed

Removing intercept from robyn_run #722

NicolasMatrices-v2 opened this issue May 5, 2023 · 3 comments
Assignees
Labels
bug Something isn't working how-to How to questions

Comments

@NicolasMatrices-v2
Copy link

Hi, I tried following this issue's solution #669 and include these parameters in robyn_run, but the intercept is still appearing as the top contributor in Robyn's one pager waterfall plot.

Could somebody shed any insight as to how I could remove the intercept if this does not work? cc @gufengzhou @laresbernardo

@laresbernardo laresbernardo added bug Something isn't working how-to How to questions labels May 8, 2023
@laresbernardo laresbernardo self-assigned this May 8, 2023
@laresbernardo
Copy link
Collaborator

This seems to be a bug given we are passing the intercept parameter through the ... and when passing ... within the parallel computing, it's not being passed. Previously this issue didn't happen because we hadn't built a function to pass the parallel computing using .... Give me some time to think of a way of passing this double lazy eval into the parallel computation and into glmnet.

@laresbernardo
Copy link
Collaborator

@NicolasMatrices-v2 would you mind updating to latest dev version and retry using the new parameter intercept = FALSE? It's now working on my end.

@NicolasMatrices-v2
Copy link
Author

@laresbernardo thanks so much for the fix! This works now : ) Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working how-to How to questions
Projects
None yet
Development

No branches or pull requests

2 participants