You're viewing a demo portfolio

Join the waitlist
PRSM

precision-recall-f1-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use this when a user asks about their ML model precision, recall, F1 score, or F-beta score. Takes precision, recall, and optional beta weight. Returns F1, F-beta, and interpretation of the precision-recall tradeoff.

Parameters schema

{
  "type": "object",
  "required": [
    "precision",
    "recall"
  ],
  "properties": {
    "beta": {
      "type": "number",
      "minimum": 0
    },
    "recall": {
      "type": "number",
      "maximum": 1,
      "minimum": 0
    },
    "precision": {
      "type": "number",
      "maximum": 1,
      "minimum": 0
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Utility Matrix

1/7 registries
View full server →