Skip to content

Implement an ensembler of MetaLearners #53

@kklein

Description

@kklein

sklearn provides a BaseEnsemble class which can be used to ensemble various Estimators.

Unfortunately, sklearn's BaseEnsemble does not work out of the box with a MetaLearner from metalearners due to differences in predict and fit signatures.

In order to facilitate the ensembling of CATE estimates from various MetaLearners, it would be useful to implement helpers.

Some open questions:

  • Should the ensemble be given trained MetaLearners or train the MetaLearners itself?
  • Should the ensemble require all MetaLearners to have been trained on exactly the same data?
  • Should the ensemble work with both, in-sample and out-of-sample data, too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions