Agentic Imodels — Data skill for Claude Code
Agent-interpretable data-science tools, evolved via autoresearch.
How to install Agentic Imodels
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open csinva/agentic-imodels and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentic Imodels does
Agent-interpretable data-science tools, evolved via autoresearch.
Alternatives in Data
- Bitbucket Data Center 71.9k ★
- Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
- Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★
README
Agentic-imodels
Evolving agentic interpretability tools via autoresearch
Quick start • Repo layout • Discovered models • How the loop works • Paper
Plugin skill: To use the developed models in your own data-science projects, just add a pointer to the skill file at in your CLAUDE.md / AGENTS.md.
We built a library of 10 `scikit-learn`-compatible regressors whose string representations are explicitly optimized to be read by another LLM — interpretable *by agents*, not just by humans. We did this by using coding agents with a fixed evaluation harness and a single Python file. that is optimized for:
- Predictive performance - root-mean squared error (RMSE) across many datasets
- Agent Interpretability — fraction of LLM-graded tests passed
Quickstart
**Requirements:** Python 3.10+ and [uv](https://docs.astral.sh/uv/).
git clone https://github.com/csinva/imodels-evolve
cd imodels-evolve
uv sync
Use the curated discovered models
from sklearn.datasets import fetch_california_housing
from sklearn.model_selection import train_test_split
from agentic_imodels import HingeEBMRegressor
X, y = fetch_california_housing(return_X_y=True)
X_tr, X_te, y_tr, y_te = train_test_split(X, y, random_state=0)
model = HingeEBMRegressor()
model.fit(X_tr, y_tr)
print(model) # human/LLM-readable equation
preds = model.predict(X_te)
Ever
Related Skills
Agent Loop Skills
Loop until it's better — drop-in agentic loops (autoresearch, scientific writing, data analysis, code/SQL/prom
Autoresearch Skill Andrej Karpathy
Claude Code skill for autonomous, goal-directed iteration. /autoresearch builds a real-data benchmark harness,
Finance Super Skill
Comprehensive finance and accounting skill merging Perplexity Computer's 7 finance skills + investment researc
Daimon
The open source data science agent for Discord and Slack
Claude Skill Marketplace
Curated Claude Code skill marketplace — agent teams, data science, visualization, automation, computational ne
Dd Ds
Open the Data Science department (build stage) and route the request to one of its 22 atomic tasks. Frame mode
Related Agents
Peer Reviewer Computational
A simulated peer reviewer specializing in computational social science methods — NLP/text-as-data, machine lea
Data Science
Exploratory data analysis, statistical modeling, and visualization for data science tasks.
Financial Data Scientist
Financial data science specialist for feature engineering, ML model development, alternative data analysis, an