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/*.csvmetrics/metrics_summary.csvmetrics/metrics_summary.jsonmetadata/dataset_metadata.jsonmetadata/run_config.jsonmetadata/model_status.jsonplots/*.pnglogs/*.log
Batch runs additionally write:
batch_config.resolved.jsonbatch_manifest.jsonsummary/batch_summary.jsonlogs/batch.log
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce9d8fc2462f1d60b023dc4330e76ae680bdfe35c06302ac8545e714e06aa6ae
|
|
| MD5 |
d293a8b2885a8223e2316c2913b1fc3a
|
|
| BLAKE2b-256 |
54f190aa78f4eb4022764bf1d0072d1e2524d86a830c4a8d2fd7871607e414d4
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf3f9a0548916ec6ed4afb2f968a19f8542a5677ace24f8837e45311185277d7
|
|
| MD5 |
67396e9c7d06240658206fac3f6ad97e
|
|
| BLAKE2b-256 |
0bd812bb18fe9151b372176801b408f88c161eb5a0728bc757a9ec12db5b1356
|