Skip to content

CascadeForestClassifier object has no attribute decision_function #150

@mersalas

Description

@mersalas

I'm encountering an error when trying to evaluate the CascadeForestClassifier using cross-validation with multiple scoring metrics, including roc_auc. It seems that the issue arises because the CascadeForestClassifier does not have a decision_function method, which is required for calculating the roc_auc score. Tried also predict_proba method, but also did not work. Hope you can add this function in the next version. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions