AIAny
AI Agent2024
Icon for item

AI Data Science Team

A library of specialized AI agents that automate data science steps: loading, cleaning, wrangling, feature engineering, SQL queries, EDA, and ML modeling via H2O and MLflow. Higher-level analyst workflows chain these under a supervisor agent.

Introduction

Most "AI for data science" tools stop at a chat box that writes pandas snippets you still have to wire together. This project takes the opposite bet: it ships a roster of narrow, single-job agents — one for cleaning, one for feature engineering, one for SQL, one for H2O modeling — so the LLM's job becomes orchestration rather than reinventing each step from a blank prompt.

What Sets It Apart
  • Each agent emits real, inspectable Python or SQL, not just a chat answer — you can lift the generated code into a notebook or pipeline and rerun it without the model in the loop.
  • Coverage spans the whole workflow: data loading, wrangling, cleaning, visualization, EDA, feature engineering, and SQL databases, plus H2O AutoML and MLflow tracking agents.
  • Multi-agent analysts (Pandas Data Analyst, SQL Data Analyst) and a Supervisor Agent compose several specialized agents into a single task, instead of you calling each one by hand.
Great Fit / Look Elsewhere

Great fit if you already live in the Python data stack (pandas, scikit-learn, H2O) and want LLM agents that hand back reproducible code for routine, repetitive steps. Look elsewhere if you need a no-code BI dashboard, a general-purpose coding assistant, or production guarantees — this is an evolving, code-first toolkit where you stay on the hook for reviewing whatever each agent generates before trusting it.

Information

  • Websitegithub.com
  • OrganizationsBusiness Science
  • AuthorsBusiness Science (Matt Dancho)
  • Published date2024/12/11

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.