8000 Add Option to fit ensembles of small models · Issue #141 · iiasa/ibis.iSDM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add Option to fit ensembles of small models #141
@Martin-Jung

Description

@Martin-Jung

Idea:
Ensembles of small models (ESM) have been shown to be one option for estimating habitat suitability for species with few observations. They essentially work by fitting multiple models with 1-n subsets of predictors, which are then evaluated and averaged together.
To implement ESMs in ibis, there is however a necessity to retain some kind of model (not only the ensemble prediction).

Proposal:

  • Add option add_control_esm() for fitting ESMs. This works with linear models only for now (to ensure that coefficients can be reused).
  • Implement within train() through repeated calls. Calculate an ensemble of the prediction as well as of the coefficients. Refit a GLM model with the specified coefficients.
  • Ensure data is recorded in classes and options alike.
  • Add unit test for simple check.

References:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature requestAny new feature that would be nice to haveenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0