Tabular Polynomial Features Breakthrough

Polynomial features breakthrough for small tabular datasets. Use when: (1) Baseline model performance plateaus after hyperparameter tuning, (2) Dataset has <10K samples with <50 features, (3) Model optimization shows diminishing returns (<0.005 improvement), (4) Tree-based models (XGBoost/LightGBM) used but still underfitting. Covers degree-2 expansion capturing feature interactions that tree models miss, verified on ISEC 2026 competition (+0.017 LB improvement).

topprismdata bda1086 14.8 KB Updated

File contents

topprismdata/cultivating-ml-agent/tree/main/skills/examples/tabular-polynomial-features commit bda1086fcd

Frequently asked questions

npx skillmds@latest add topprismdata/tabular-polynomial-features-breakthrough