Skip to main content
MLE-Bench is a benchmark for evaluating ML engineering agents on Kaggle competitions. Kapso achieved #1 among open-source systems on this benchmark.
MLE-Bench medal rate by difficulty split, comparing Kapso with R&D-Agent, AIRA-dojo, ML-Master and AIDE across four panels

Medal rate by difficulty split, against R&D-Agent, AIRA-dojo, ML-Master and AIDE

These results were submitted as an official submission to MLE-Bench.

Usage

CLI options

Configuration modes

Both modes run the generic search strategy, but the MLE handler supplies the official evaluation: solutions are scored by mlebench grading rather than agent-built evaluation.
The campaign standard. Ideation on Claude, implementation sessions on the Codex CLI.

Stages

The handler automatically adjusts strategy based on budget progress:

Output structure

The agent generates:

Code requirements

Generated code must:
  • Support --debug flag for fast testing
  • Write final_submission.csv in the output directory
  • Print progress and metrics
  • Handle GPU efficiently (batch size, device selection)
  • Use early stopping and learning rate scheduling

Competition types

Environment variables

Installation

Installing the harness

CLI reference

Running a campaign
Related pages: Installation · CLI reference · IOAI 2026 Kapso is an open-source framework by Leeroo that builds software toward measurable goals through experiment campaigns. Source code: github.com/Leeroo-AI/kapso · Install: pip install leeroo-kapso · Every page as plain text: llms.txt.