---
title: "Get the current quality statistics of an LR model trained on your labels"
method: GET
path: "/lr_statistics"
tags: ["Statistics"]
---

# Get the current quality statistics of an LR model trained on your labels

`GET /lr_statistics`

## Response `200`

OK

- object
  - `precision` number, float — Precision
  - `recall` number, float — Recall
  - `f1` number, float — F1 score

## Changes

- **2020-10-23** `48abc59a8b40` — 1 info
  - api operation id `idea2.get_logreg_stats` removed and replaced with `endpoints.get_logreg_stats`
- **2020-10-07** `bad24ffe5ea2` — 2 info
  - api tag `Statistics` added
  - api tag `Logistic Regression Model Statistics` removed
- **2020-06-16** `da0d7b075432` — 1 info
  - endpoint added
- **2020-02-20** `5e2e07fbaa35` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/megagonlabs/apis/ruler-api-specification/changes/lr_statistics/get.md)

---

[API](https://skmtc.dev/megagonlabs/apis/ruler-api-specification.md) · [All operations](https://skmtc.dev/megagonlabs/apis/ruler-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/megagonlabs/ruler-api-specification/revisions/3dab7cc0d48e/schema)
