8000 CalibratedClassifierCV doesn't support groups parameter in fit method · Issue #12052 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content 8000
CalibratedClassifierCV doesn't support groups parameter in fit method #12052
Closed
@ian-perry-ironnet

Description

@ian-perry-ironnet

Description

With classes like sklearn.model_selection.GridSearchCV and even skopt.BayesSearchCV they take a cv parameter that can be any object that produces train/test splits. In the case of using sklearn.model_selection.GroupKFold as the cv object, it requires a groups variable to be passed to fit. In both these classes, they allow groups to be passed to fit that's then passed to the underlying GroupKFold. However, sklearn.calibration.CalibratedClassifierCV doesn't allow the groups variable to fit even though it says it accepts any cv object.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0