Skip to content

change the Pipeline.ensemble attribute to be a simple list not list of tuples #108

@PeterDSteinberg

Description

@PeterDSteinberg

It has started to annoy me that the Pipeline.ensemble attribute (the fitted models from fit_ea or fit_ensemble is a list of tuples: (tag, model) rather than just a list of models where the tag information is an attribute of the model. Move the tag to a model attribute and make it a simple list of models (Pipeline instances) rather than (tag, model) tuples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions