-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Computing the recall of a classifier for a specific class is a common task.
Desired solution
- New method called
recallinClassifier - Required parameter
positive_classto specify which value should be treated as positive (all other classes are treated as negative) - Call
sklearn.metrics.recall
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done