Skip to content

Use sklearn compliant MERF with EBM in springtime recipe #153

@Peter9192

Description

@Peter9192

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"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions