You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: