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

Grid fit GLM with slope only #19

Closed
marcoaqil opened this issue Mar 26, 2022 · 1 comment
Closed

Grid fit GLM with slope only #19

marcoaqil opened this issue Mar 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@marcoaqil
Copy link
Collaborator

Currently, the grid fit performs a GLM finding the optimal slope and baseline for predictions in the grid, in all cases. When desiring to keep the baseline fixed, the GLM baseline is set and fixed to the chosen value for iterative fitting. However, ideally this should be done already at the GLM stage (i.e. finding only the optimal slope with the given fixed baseline). this should improve speed of the grid-fit, speed of iterative-fit, and likely the stability of iterative-fit as well

@marcoaqil marcoaqil added the enhancement New feature or request label Mar 26, 2022
@marcoaqil
Copy link
Collaborator Author

implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant