feat: add kaggle_competition_skills tool — domain knowledge from 20+ competitions#265
Open
topprismdata wants to merge 1 commit into
Open
Conversation
Add a new tool to MLZero's tool registry containing crystallized knowledge from 20+ Kaggle competitions (6 Gold medals). Tool contents: - tool.json: 10 prompt_template rules (autogluon-first, OOF/LB gap, dead-end avoidance, competition-type strategy) - tutorials/kaggle-sop.md: Standard experiment operating procedure - tutorials/cv-lb-gap.md: OOF vs LB gap awareness (critical for Kaggle) - tutorials/competition-types.md: Strategy per competition type - tutorials/cross-domain-principles.md: 16 universal principles - condensed_tutorials/summary.md: Quick decision tree + top rules This tool gives MLZero agents domain knowledge that prevents: - Starting from scratch each time (skills auto-activate) - Exploring known dead ends (30+ confirmed failures) - Overfitting OOF without checking LB - Using wrong predictor type (Tabular vs TimeSeries) Source: https://github.com/topprismdata/cultivating-ml-agent Validated: 6 Gold medals, 14x speedup across 20+ competitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new tool (
kaggle_competition_skills) to MLZero's tool registry, containing crystallized domain knowledge from 20+ real Kaggle competitions (6 Gold medals, 14× speedup).This tool gives MLZero agents the ability to:
What's Added
tool.json10 prompt_template rules that guide MLZero's code generation:
tutorials/kaggle-sop.mdcv-lb-gap.mdcompetition-types.mdcross-domain-principles.mdcondensed_tutorials/Quick decision tree + top 5 rules + top 5 dead ends.
Validation
These skills are validated by:
Source: cultivating-ml-agent
How This Complements MLZero
Test Plan
kaggle_competition_skillsfor competition tasks