Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CascadeForestClassifier object has no attribute decision_function #150

Open
mersalas opened this issue Aug 31, 2024 · 0 comments
Open

CascadeForestClassifier object has no attribute decision_function #150

mersalas opened this issue Aug 31, 2024 · 0 comments

Comments

@mersalas
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant