Skip to main content

Portable TabPFN evaluation pipeline with baselines, artifacts, reports, CLI, Python API, and MCP tools.

Project description

ev-tabpfn

ev-tabpfn is a portable evaluator for TabPFN and tabular baselines. It packages the working Evaluate-TABPFN phase scripts into user-facing concepts:

  • data loading
  • model execution
  • artifacts
  • reporting
  • batch orchestration
  • MCP tools for agents

Install Locally

pip install -e /home/prime/Documents/g3/tab-r1/package

CLI

ev-tabpfn run-single --dataset data.csv --target label --task binary --output outputs/
ev-tabpfn run --config examples/batch_satya_recreation.json
ev-tabpfn aggregate --runs-root outputs/runs --results-dir outputs/results
ev-tabpfn validate --dataset data.csv --target label
ev-tabpfn summarize-run --run-dir outputs/runs/dataset/run_id
ev-tabpfn generate-report --run-dir outputs/runs/dataset/run_id

Python API

from ev_tabpfn import evaluate_dataset, evaluate_batch, aggregate_results, summarize_run

evaluate_dataset(
    dataset_path="data.csv",
    target_column="label",
    task="binary",
    output_root="outputs",
)

evaluate_batch(config_path="config.json")
aggregate_results(output_root="outputs")
summarize_run("outputs/runs/dataset/run_id")

Output Contract

Each dataset run writes:

  • predictions/*.csv
  • metrics/metrics_summary.csv
  • metrics/metrics_summary.json
  • metadata/dataset_metadata.json
  • metadata/run_config.json
  • metadata/model_status.json
  • plots/*.png
  • logs/*.log

Batch runs additionally write:

  • batch_config.resolved.json
  • batch_manifest.json
  • summary/batch_summary.json
  • logs/batch.log

Project details


Download files

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

Source Distribution

ev_tabpfn-0.1.0.tar.gz (26.3 kB view details)

Uploaded Source

Built Distribution

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

ev_tabpfn-0.1.0-py3-none-any.whl (34.4 kB view details)

Uploaded Python 3

File details

Details for the file ev_tabpfn-0.1.0.tar.gz.

File metadata

  • Download URL: ev_tabpfn-0.1.0.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ev_tabpfn-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ce9d8fc2462f1d60b023dc4330e76ae680bdfe35c06302ac8545e714e06aa6ae
MD5 d293a8b2885a8223e2316c2913b1fc3a
BLAKE2b-256 54f190aa78f4eb4022764bf1d0072d1e2524d86a830c4a8d2fd7871607e414d4

See more details on using hashes here.

File details

Details for the file ev_tabpfn-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ev_tabpfn-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 34.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for ev_tabpfn-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cf3f9a0548916ec6ed4afb2f968a19f8542a5677ace24f8837e45311185277d7
MD5 67396e9c7d06240658206fac3f6ad97e
BLAKE2b-256 0bd812bb18fe9151b372176801b408f88c161eb5a0728bc757a9ec12db5b1356

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page