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 sklearn compliant MERF with EBM in springtime recipe #153

Closed
Peter9192 opened this issue Jul 10, 2023 · 0 comments · Fixed by #192
Closed

Use sklearn compliant MERF with EBM in springtime recipe #153

Peter9192 opened this issue Jul 10, 2023 · 0 comments · Fixed by #192
Assignees

Comments

@Peter9192
Copy link
Collaborator

Peter9192 commented Jul 10, 2023

Could look something like this:

# - merf.MERF # Must be instantiated before passing to pycaret; how to specify args?
# fit_kwargs:
# merf.MERF: # This won't work out of the box
# fixed_effects: None # "the rest" after removing cluster, random effects, and target columns
# random_effects: ['tmax_365','tmin_365', 'prcp_365', 'srad_365', 'swe_365']
# clusters: "site_id"

@sverhoeven sverhoeven self-assigned this Jul 11, 2023
@sverhoeven sverhoeven mentioned this issue Jul 11, 2023
@Peter9192 Peter9192 mentioned this issue Jan 23, 2024
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants