Commit 2cbdbe0
docs: address feedback on multi-class non-overlap guidance
- Recommend "a separate detector for each question you want to answer"
rather than specifically a binary detector. The right mode follows from
the question, so over-prescribing binary was wrong.
- Use "classes" instead of "categories" in the intro sentence to match the
rest of the callout, the class_names parameter, and standard ML
literature (scikit-learn, etc.).
- Swap the docstring co-occurrence example from a subject+attribute pair
("Dog" / "Wearing collar") to a paired-objects example ("a person and
a dog") — the canonical multi-label intuition.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1ec3c25 commit 2cbdbe0
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1682 | 1682 | | |
1683 | 1683 | | |
1684 | 1684 | | |
1685 | | - | |
1686 | | - | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
1687 | 1688 | | |
1688 | 1689 | | |
1689 | 1690 | | |
| |||
0 commit comments