Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

bencheval

Benchmark evaluation for tabular machine learning: turns a table of per-task results into a leaderboard with Elo, win-rates, average ranks, improvability, and bootstrap confidence intervals. It is the leaderboard engine behind TabArena and is developed in the TabArena repository, but it does not depend on the tabarena package, so any benchmark that produces (method, task, metric_error) rows can use it.

Experimental. The API is still moving. Pin the version you evaluate with; every tabarena release pins the matching bencheval release.

Install

pip install --pre bencheval          # metrics + leaderboards
pip install --pre "bencheval[plot]"  # + matplotlib / seaborn / plotly for the plotting mixin

Releases on PyPI are pre-releases for now, so --pre (or uv pip install --prerelease=allow) is needed. The git checkout is the recommended install for development; see the TabArena README.

Usage

import pandas as pd
from bencheval.evaluator import BenchmarkEvaluator

# One row per (method, task[, seed]); lower `metric_error` is better.
data = pd.DataFrame(
    {
        "method": ["A", "B", "A", "B"],
        "task": ["t1", "t1", "t2", "t2"],
        "seed": [0, 0, 0, 0],
        "metric_error": [0.10, 0.12, 0.30, 0.25],
        "time_train_s": [1.0, 2.0, 1.5, 2.5],
        "time_infer_s": [0.1, 0.2, 0.1, 0.2],
    }
)

evaluator = BenchmarkEvaluator(seed_column="seed")
leaderboard = evaluator.leaderboard(data, include_error=True)
print(leaderboard)

examples/plots/run_generate_custom_leaderboard.py in the TabArena repository shows custom leaderboard metrics, Elo calibration against a reference method, and seed averaging.

License

Apache-2.0. See the LICENSE file shipped with the distribution.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bencheval-0.1.1.dev20260908160701.tar.gz (55.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bencheval-0.1.1.dev20260908160701-py3-none-any.whl (57.5 kB view details)

Uploaded Python 3

File details

Details for the file bencheval-0.1.1.dev20260908160701.tar.gz.

File metadata

  • Download URL: bencheval-0.1.1.dev20260908160701.tar.gz
  • Upload date:
  • Size: 55.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for bencheval-0.1.1.dev20260908160701.tar.gz
Algorithm Hash digest
SHA256 a4238d25e620bc3fab4250ce5c17ced4cb4332f6da00587f5d8d0254168745ce
MD5 fc3d04dd5c2f7e2a49982c10d350263e
BLAKE2b-256 0ddafe6096d7b0bbb55457d2ed9b92681594c2be91c2a6315bf7876ede7b4e10

See more details on using hashes here.

File details

Details for the file bencheval-0.1.1.dev20260908160701-py3-none-any.whl.

File metadata

  • Download URL: bencheval-0.1.1.dev20260908160701-py3-none-any.whl
  • Upload date:
  • Size: 57.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for bencheval-0.1.1.dev20260908160701-py3-none-any.whl
Algorithm Hash digest
SHA256 4f8cb1988d2f9cc1c1b64df6a814db0df381aceaa3d1d434c0c214cd3f544e83
MD5 9a34a5bbf9bfab70a78abbfaeb2af927
BLAKE2b-256 490b766116e5d69166b21e2b5c21b98783f825d976dff4f885d2daf640591c8e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page