koaning / scikit-lego

Extra blocks for scikit-learn pipelines.
https://koaning.github.io/scikit-lego/
MIT License
1.28k stars 117 forks source link

`GroupedPredictor` refactoring #618

Closed FBruzzesi closed 9 months ago

FBruzzesi commented 9 months ago

Description

This is a first attempt to refactor GroupedPredictor class (personally one of my favorite features 😁) following the issue raised in #616 .

While working on this I noticed another set of issues with the implementation:

Type of change

Checklist:

TODOs