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.

Release files for bencheval 0.1.1.dev20260924104714

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for bencheval 0.1.1.dev20260924104714
File Size Uploaded
bencheval-0.1.1.dev20260924104714.tar.gz 55.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for bencheval 0.1.1.dev20260924104714
File Interpreter ABI Platform
bencheval-0.1.1.dev20260924104714-py3-none-any.whl Python 3 none any Details

Total release size: 113.3 kB

Release files / bencheval-0.1.1.dev20260924104714.tar.gz

Download URL bencheval-0.1.1.dev20260924104714.tar.gz
Size 55.5 kB
Tags Source
SHA-256 checksum
How to use checksums
1c70b6310a429ca4e4676a95b2be7a260e25eed92347e27072c658222d90b9b8
BLAKE2b-256 checksum
How to use checksums
94fd6fb210c5a8998003318895cb002c9b994cc8500d9724341b171a1f3c76ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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}

Release files / bencheval-0.1.1.dev20260924104714-py3-none-any.whl

Download URL bencheval-0.1.1.dev20260924104714-py3-none-any.whl
Size 57.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
1db3607e11dafcbc35427b390c3a08e328cd222383da0f343d535c812e2f31f9
BLAKE2b-256 checksum
How to use checksums
a4a6167c7c35c0b0e4d879fa6422e80f69ea5812e2b767976082adeeaf92c138
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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}

Release history Release notifications | RSS feed

This release

0.1.0

2 release 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