Skip to content

Chain on decision_function or predict_proba in ClassifierChain #9247

Closed
@jnothman

Description

@jnothman

ClassifierChain uses the prediction from the classifier for each label as a feature for the next label's classifier. Instead of chaining on the categorical prediction it should be able to select a method to chain on, one of { predict, predict_proba, decision_function }.

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