tabpfn-classify

Generate TabPFN classification baselines with out-of-fold predictions and submissions.

5|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/dianaprior/kaggle-competition-agent-skill --skill tabpfn-classify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tabpfn-classify
Source: https://github.com/dianaprior/kaggle-competition-agent-skill/tree/main/.claude/skills/tabpfn-classify
Command: npx skills add https://github.com/dianaprior/kaggle-competition-agent-skill --skill tabpfn-classify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill establishes a fast, competitive TabPFN-based classification baseline, generates out-of-fold predictions, and produces a ready-to-submit submission to accelerate leaderboard timing.

Core Features & Use Cases

  • Classification baseline with TabPFN v2.5, CV evaluation, and OOF generation
  • Rapid feature exploration, 1st-level calibration, and gating into GBT ensembles
  • Submission generation and sanity checks to ensure valid formats and reproducibility

Quick Start

Run this skill after tabpfn-explore has prepared the data and CV folds to produce the initial submission and baseline metrics.

Frequently Asked Questions about tabpfn-classify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I establish a classification baseline with TabPFN for Kaggle tabular competitions?

To establish a TabPFN classification baseline, use this skill to run TabPFN v2.5 on a fixed data split with CV folds. It generates out-of-fold predictions and a ready-to-submit file to accelerate leaderboard timing.

Can I ensemble TabPFN predictions with gradient-boosted trees?

Yes, you can ensemble TabPFN predictions with gradient-boosted trees. The skill supports gating TabPFN outputs into GBT ensembles, allowing rapid feature probing, 1st-level calibration, and ensemble experiments for robust decision making.

How do I generate out-of-fold predictions and track CV vs leaderboard relationships?

Generate out-of-fold predictions by running TabPFN classification across predefined CV folds. The skill tracks CV vs LB relationships and saves artifacts, ensuring reproducible baseline metrics and valid submission formats for leaderboard submissions.

What do I need to prepare before running a TabPFN classification baseline?

Before running the TabPFN classification baseline, you need prepared data and CV folds. The skill conforms to project conventions in tabpfn-core and references api-setup and data-requirements, meaning data exploration should be completed first.

Does this classification baseline support threshold tuning and feature probing?

Yes, the classification baseline supports rapid feature probing and threshold tuning. It applies TabPFN v2.5 to fixed data splits, enabling fast iteration on feature engineering and threshold adjustments before generating final submissions.

When should I use TabPFN instead of gradient-boosted trees for tabular classification?

Use TabPFN to establish a fast, competitive baseline before investing in heavy gradient-boosted tree tuning. It accelerates leaderboard timing by producing immediate OOF predictions and submissions, which can then be gated into GBT ensembles for further gains.