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.
It has started to annoy me that the
Pipeline.ensembleattribute (the fitted models fromfit_eaorfit_ensembleis 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.