Code Competition Artifact Pipeline

Use when: (1) Entering a Kaggle Code Competition that requires notebooks with no internet access, (2) Need to fork a public baseline that depends on external artifact datasets (pre-trained models, feature matrices, wheels), (3) Your fork fails with "module not found" or "file not found" errors, (4) Need to identify and attach the correct Kaggle datasets as notebook inputs. Key lessons: search kaggle datasets list for artifact bundles, check kernel-metadata.json dataset_sources field, the notebook's find_artifacts() function reveals expected paths. Validated on ROGII (7159→Pipeline A), Biohub (LB810 fork), NeuroGolf (7228 fork).

topprismdata 3978103 3.6 KB Updated

File contents

topprismdata/cultivating-ml-agent/tree/main/skills/examples/code-competition-artifact-pipeline commit 3978103115

Frequently asked questions

npx skillmds@latest add topprismdata/code-competition-artifact-pipeline