scikit-learn / enhancement_proposals

Enhancement proposals for scikit-learn: structured discussions and rational for large additions and modifications
https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
48 stars 34 forks source link

SLEP006: correct terminology use #66

Closed jnothman closed 2 years ago

jnothman commented 2 years ago

Here GroupKFold is the consumer. It knows what groups means. The things that provide it with groups do not know what groups means, only that GroupKFold requests it. Hence they are routers.