business-science/ai-data-science-team

An AI-powered data science team of agents to help you perform common data science tasks 10X faster.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 12th, 2026
Created on December 11th, 2024
Open Issues & Pull Requests: 30 (+0)
GitHub issues: Enabled
Number of forks: 927
Total Stargazers: 5,414 (+1)
Total Subscribers: 90 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

AI Data Science Team is a Python library of specialized agents for common data science workflows. The project provides a collection of AI-powered agents designed to accelerate data science tasks including data loading, cleaning, visualization, feature engineering, and modeling. It pairs these agents with AI Pipeline Studio, a visual application that transforms workflows into reproducible pipelines with support for both manual and AI-assisted steps, multi-dataset handling, and integration with MLflow for experiment tracking.

The tool addresses the need to automate repetitive data science work by decomposing common tasks into specialized agents that can work independently or in multi-agent workflows. The approach uses language models connected to domain-specific tools for operations like SQL database interaction, H2O machine learning, data wrangling with Pandas, and exploratory data analysis. Users can invoke individual agents for specific tasks or orchestrate them through supervisor agents that coordinate multiple specialized workers.

Adoption suits teams looking to accelerate exploratory and preprocessing phases of data science projects, particularly those already using Python, OpenAI APIs, or local models via Ollama. The project is most valuable for practitioners who want to reduce time spent on boilerplate data loading, cleaning, and visualization tasks. The flagship AI Pipeline Studio app demonstrates the library in action with a visual editor, code generation, and reproducible pipeline management. The tool is in beta status, meaning the API may change before reaching a stable release.

The project maintains active development with regular updates to agent implementations and the Studio application. The codebase includes comprehensive examples demonstrating individual agents and multi-agent workflows across different data science scenarios. Documentation covers both library usage and detailed app-specific instructions, with additional learning resources offered through workshops.