Skip to content

docs: restructure metrics reference documentation into category-specific subpages#147

Open
gaga1313 wants to merge 1 commit into
google:mainfrom
gaga1313:DocUpdate
Open

docs: restructure metrics reference documentation into category-specific subpages#147
gaga1313 wants to merge 1 commit into
google:mainfrom
gaga1313:DocUpdate

Conversation

@gaga1313
Copy link
Copy Markdown
Collaborator

This PR restructures the flat evaluation metrics page in the Metrax documentation. Instead of listing all metrics on a single, long page, they are now organized into dedicated, logical subpages corresponding to their application domains.

  • docs/base.rst: General helper metrics (e.g., Average).
  • docs/classification.rst: Binary and multi-class evaluation metrics (e.g., Accuracy, Precision, Recall, AUCPR, AUCROC, FBetaScore).
  • docs/regression.rst: Regression metrics (e.g., MAE, MSE, RMSE, RSQUARED).
  • docs/ranking.rst: Information retrieval and search ranking metrics (e.g., AveragePrecisionAtK, DCGAtK, NDCGAtK, MRR, PrecisionAtK, RecallAtK).
  • docs/nlp.rst: Natural Language Processing metrics (e.g., BLEU, Perplexity, RougeL, RougeN, WER).
  • docs/image.rst: Computer vision metrics (e.g., Dice, IoU, PSNR, SSIM).
  • docs/audio.rst: Audio metrics (e.g., SNR)

Additionally, several public metrics exported in the metrax namespace (CosineSimilarity, MSLE, RMSLE, SpearmanRankCorrelation) but previously undocumented have now been added to their respective categories.

@gaga1313 gaga1313 requested a review from jshin1394 May 28, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant