Conversation
…#32) Documents #30's multi-measure Perf/Difference support, which had tests and inline docstrings but no user-facing documentation: metrics_docs() now explains .measure(), utils.py helpers get full docstrings, the two stray Spanish comments in bootstrap.py are translated, and both metrics_api.rst and CompStats.qmd gain a worked multi-measure walkthrough plus a mention of the macro_f1/macro_recall/macro_precision convenience wrappers. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Perf/Differencesupport (score_func/error_funcas lists, mixed BiB directions,.measure()factory), which previously had tests and inline docstrings but no user-facing documentation.metrics_docs()(utils.py) now explains.measure()for everymetrics.pywrapper;progress_baranddataframeget full docstrings.bootstrap.pyto English.docs/source/metrics_api.rstand a new "Multi-measure Support" page inquarto/CompStats.qmd, including a mention of themacro_f1/macro_recall/macro_precisionconvenience wrappers.Closes #32.
Test plan
pytest CompStats— 65 passed, 0 failed (pre-existing sklearn/numpy deprecation warnings only)🤖 Generated with Claude Code