dianaprior/kaggle-competition-agent-skill
Skill Claude CodeCodex
Run a TabPFN classification baseline, generate the first submission, rapidly probe features, then optimize with GBT ensembles, threshold tuning, and calibration. Use after tabpfn-explore has prepared the data and CV folds.
dianaprior/kaggle-competition-agent-skill
Skill Claude CodeCodex
Shared identity, behavior rules, workflow principles, and project conventions for TabPFN tabular competition skills. Referenced by tabpfn-classify, tabpfn-regress, and tabpfn-explore — not invoked directly.
dianaprior/kaggle-competition-agent-skill
Skill Claude CodeCodex
EDA, data profiling, adversarial validation, preprocessing checks, CV scheme setup, and API budget verification for tabular Kaggle competitions. Run at the start of every new competition before any modeling.
dianaprior/kaggle-competition-agent-skill
Skill Claude CodeCodex
Run a TabPFN regression baseline, generate the first submission, then optimize with GBT ensembles and regression-specific post-processing (clipping, target transforms, rank blending). Use after tabpfn-explore has prepared the data and CV folds.