[ENH] Ensure that predict
and predict_proba
produce comparable output
#2802
Labels
classification
Classification package
clustering
Clustering package
enhancement
New feature, improvement request or other non-bug code enhancement
testing
Testing related issue or pull request
Describe the feature or idea you want to propose
I'm not sure that we actually test that the max value in
predict_proba
matches the prediction inpredict
. We should do IMO. This can be added to the already present "output" tests in the general testing. I think this would only be relevant forclassification
andclustering
.Describe your proposed solution
Add a test that compares
predict
andpredict_proba
output in thetesting
module checks.Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: