- Notifications
You must be signed in to change notification settings - Fork102
🤖 MLE-Agent: Your intelligent companion for seamless AI engineering and research. 🔍 Integrate with arxiv and paper with code to provide better code/research plans 🧰 OpenAI, Anthropic, Gemini, Ollama, etc supported. 🎆 Code RAG
License
MLSysOps/MLE-agent
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
MLE-Agent is designed as a pairing LLM agent for machine learning engineers and researchers. It is featured by:
- 🤖 Autonomous Baseline: Automatically builds ML/AI baselines and solutions based on your requirements.
- 🏅End-to-end ML Task: Participates in Kaggle competitions and completes tasks independently.
- 🔍Arxiv andPapers with Code Integration: Access best practicesand state-of-the-art methods.
- 🐛 Smart Debugging: Ensures high-quality code through automatic debugger-coder interactions.
- 📂 File System Integration: Organizes your project structure efficiently.
- 🧰 Comprehensive Tools Integration: Includes AI/ML functions and MLOps tools for a seamless workflow.
- ☕ Interactive CLI Chat: Enhances your projects with an easy-to-use chat interface.
- 🧠 Smart Advisor: Provides personalized suggestions and recommendations for your ML/AI project.
- 📊 Weekly Report: Automatically generates detailed summaries of your weekly works.
| Workflow | Agent |
|---|---|
![]() | ![]() |
mle_v030.mp4
- 🚀 09/24/2024: Release the
0.4.2with enhancedAuto-Kagglemode to complete an end-to-end competition with minimal effort. - 🚀 09/10/2024: Release the
0.4.0with new CLIs likeMLE report,MLE kaggle,MLE integrationand many newmodels likeMistral. - 🚀 07/25/2024: Release the
0.3.0with huge refactoring, many integrations, etc. (v0.3.0) - 🚀 07/11/2024: Release the
0.2.0with multiple agents interaction (v0.2.0) - 👨🍼07/03/2024: Kaia is born
- 🚀 06/01/2024: Release the first rule-based version of MLE agent (v0.1.0)
# With pip:pip install -U mle-agent# With uv:uv pip install -U mle-agent
- Clone the repo
git clone https://github.com/MLSysOps/MLE-agent.gitcd MLE-agent - Create & activate a virtual env
uv venv .venvsource .venv/bin/activate# Linux/macOS
- Editable install
pip install -e.# or: pip install -e .
mle new<project name>
And a project directory will be created under the current path, you need to start the project under the projectdirectory.
cd<project name>mle start
You can also start an interactive chat in the terminal under the project directory:
mle chat
MLE agent can help you prototype an ML baseline with the given requirements, and test the model on the local machine.The requirements can be vague, such as "I want to predict the stock price based on the historical data".
cd<project name>mle start
MLE agent can help you summarize your weekly report, including development progress, communication notes, reference, andto-do lists.
cd<project name>mle report
Then, you can visithttp://localhost:3000/ to generate your report locally.
cd<project name>mle report-local --email=<git email> --start-date=YYYY-MM-DD --end-date=YYYY-MM-DD<path_to_git_repo>
--start-dateand--end-dateare optional parameters. If omitted, the command will generate a report for the default date range of the last 7 days.- Replace
<git email>with your Git email and<path_to_git_repo>with the path to your local Git repository.
MLE agent can participate in Kaggle competitions and finish coding and debugging from data preparation to model trainingindependently. Here is the basic command to start a Kaggle competition:
cd<project name>mle kaggle
Or you can let the agents finish the Kaggle task without human interaction if you have the dataset and submission fileready:
cd<project name>mle kaggle --auto \--datasets"<path_to_dataset1>,<path_to_dataset2>,..." \--description"<description_file_path_or_text>" \--submission"<submission_file_path>" \--sub_example"<submission_example_file_path>"\--comp_id"<competition_id>"
Please make sure you have joined the competition before running the command. For more details, see theMLE-Agent Tutorials.
The following is a list of the tasks we plan to do, welcome to propose something new!
🔨 General Features
- Understand users' requirements to create an end-to-end AI project
- Suggest the SOTA data science solutions by using the web search
- Plan the ML engineering tasks with human interaction
- Execute the code on the local machine/cloud, debug and fix the errors
- Leverage the built-in functions to complete ML engineering tasks
- Interactive chat: A human-in-the-loop mode to help improve the existing ML projects
- Kaggle mode: to finish a Kaggle task without humans
- Summary and reflect the whole ML/AI pipeline
- Integration with Cloud data and testing and debugging platforms
- Local RAG support to make personal ML/AI coding assistant
- Function zoo: generate AI/ML functions and save them for future usage
⭐ More LLMs and Serving Tools
- Ollama LLama3
- OpenAI GPTs
- Anthropic Claude 3.5 Sonnet
💖 Better user experience
- CLI Application
- Web UI
- Discord
🧩 Functions and Integrations
- Local file system
- Local code exectutor
- Arxiv.org search
- Papers with Code search
- General keyword search
- Hugging Face
- SkyPilot cloud deployment
- Snowflake data
- AWS S3 data
- Databricks data catalog
- Wandb experiment monitoring
- MLflow management
- DBT data transform
We welcome contributions from the community. We are looking for contributors to help us with the following tasks:
- Benchmark and Evaluate the agent
- Add more features to the agent
- Improve the documentation
- Write tests
Please check theCONTRIBUTING.md file if you want to contribute.
- Discord community. If you have any questions, please ask in the Discord community.
@misc{zhang2024mleagent,title ={MLE-Agent: Your Intelligent Companion for Seamless AI Engineering and Research},author ={Huaizheng Zhang*, Yizheng Huang*, Lei Zhang},year ={2024},note ={\url{https://github.com/MLSysOps/MLE-agent}},}
CheckMIT License file for more information.
About
🤖 MLE-Agent: Your intelligent companion for seamless AI engineering and research. 🔍 Integrate with arxiv and paper with code to provide better code/research plans 🧰 OpenAI, Anthropic, Gemini, Ollama, etc supported. 🎆 Code RAG
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.


