--- id: tabpfn-common-utils version: "0.2.23" license: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) license_treatment: permissive maintenance: active --- # tabpfn-common-utils — Utilities shared between TabPFN codebases License: permissive · Maintenance: active · Downloads: 243.2K/mo ## What it is and what it does TabPFN Common Utilities is a support library for the TabPFN tabular foundation model ecosystem. It provides a collection of utilities for handling regression prediction results (mean, median, mode, quantiles), converting data between pandas DataFrames, NumPy arrays, and CSV formats, and loading standard ML datasets with train/test splits. The package also includes cost estimation tools for planning computational resources and cloud pricing, with different models for classification versus regression tasks. The package depends on numpy, pandas, scikit-learn, requests, filelock, platformdirs, typing-extensions, and includes optional telemetry via posthog and nvidia-ml-py for GPU monitoring. It supports Python 3.9 through 3.13 and is actively maintained. Telemetry is anonymous and aggregated, and can be disabled via environment variable. Use it for: - Load and preprocess standard ML datasets (iris, etc.) with proper train/test splits for TabPFN experiments. - Convert regression prediction outputs containing mean, median, mode, and quantiles into serializable formats. - Estimate computational costs and cloud pricing for TabPFN classification or regression tasks before execution. - Serialize pandas DataFrames to CSV-formatted bytes for transmission or storage in TabPFN workflows. - Track anonymous usage patterns across TabPFN ecosystem tools via optional telemetry integration. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides shared utilities for the TabPFN tabular foundation model ecosystem, including regression result handling, data serialization between pandas/NumPy/CSV formats, dataset loading, and optional telemetry. Yes, if you are working within the TabPFN ecosystem. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is licensed permissively. However, it is very new (first release September 2025) with minimal external adoption signals. Install it as a dependency of TabPFN or related tools, or directly if you need its specific data utilities; do not expect it as a general-purpose ML utility library. ## Install pip install tabpfn-common-utils uv add tabpfn-common-utils poetry add tabpfn-common-utils ## Installing tabpfn-common-utils Before you install: Low friction install with a pure-Python wheel. Active maintenance (last commit 2026-07-21), though the repository is very new (first release 2025-09-05) and has not yet accumulated adoption signals. License in practice: Apache License 2.0 is permissive: you can use, modify, and distribute the package freely in commercial and private projects, provided you include a copy of the license and note any changes you make. Quickstart: pip install tabpfn-common-utils from tabpfn_common_utils.utils import get_example_dataset X_train, X_test, y_train, y_test = get_example_dataset("iris") Verify before relying: - Whether the included telemetry (posthog) can be fully disabled without side effects beyond the TABPFN_DISABLE_TELEMETRY environment variable. - Performance characteristics when serializing large DataFrames or datasets. - Whether nvidia-ml-py is required for all use cases or only when GPU cost estimation is needed. ## Package facts - License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags tabpfn utilities, regression result handling, data serialization pandas numpy, ml dataset loading preprocessing, tabular foundation model tools, tabular-ml, foundation-models [View on SkillFed](https://skillfed.io/packages/tabpfn-common-utils) · [View on PyPI](https://pypi.org/project/tabpfn-common-utils/)