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

use linear regression functions in create_emus_lv_OLS #156

Closed
Tracked by #149
mathause opened this issue Jun 10, 2022 · 0 comments · Fixed by #240
Closed
Tracked by #149

use linear regression functions in create_emus_lv_OLS #156

mathause opened this issue Jun 10, 2022 · 0 comments · Fixed by #240
Labels
good first issue Good for newcomers
Milestone

Comments

@mathause
Copy link
Member

In create_emus_OLS_each_gp_sep the linear regression prediction is made manually and looped through all gridpoints see:

def create_emus_lv_OLS(params_lv, preds_lv):

This could be replaced by using our LinearRegression class:

class LinearRegression:

See #155 for details.

@mathause mathause added the good first issue Good for newcomers label Jun 10, 2022
@mathause mathause added this to the v0.9.0 milestone Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant