You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ You can learn more details about **RD-Agent(Q)** through the [paper](https://arx
71
71
| MLE-Bench Results Released | R&D-Agent currently leads as the [top-performing machine learning engineering agent](#-the-best-machine-learning-engineering-agent) on MLE-bench |
72
72
| Support LiteLLM Backend | We now fully support **[LiteLLM](https://github.com/BerriAI/litellm)** as a backend for integration with multiple LLM providers. |
73
73
| General Data Science Agent |[Data Science Agent](https://rdagent.readthedocs.io/en/latest/scens/data_science.html)|
74
-
| Kaggle Scenario release | We release **[Kaggle Agent](https://rdagent.readthedocs.io/en/latest/scens/kaggle_agent.html)**, try the new features! |
74
+
| Kaggle Scenario release | We release **[Kaggle Agent](https://rdagent.readthedocs.io/en/latest/scens/data_science.html)**, try the new features! |
75
75
| Official WeChat group release | We created a WeChat group, welcome to join! (🗪[QR Code](https://github.com/microsoft/RD-Agent/issues/880)) |
76
76
| Official Discord release | We launch our first chatting channel in Discord (🗪[](https://discord.gg/ybQ97B6Jjy)) |
77
77
| First release |**R&D-Agent** is released on GitHub |
@@ -249,22 +249,20 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
249
249
> 3. Join the competition: Click `Join the competition` ->`I Understand and Accept` at the bottom of the [competition details page](https://www.kaggle.com/competitions/sf-crime/data).
250
250
```bash
251
251
# Generally, you can run the Kaggle competition program with the following command:
# Specifically, you need to create a folder for storing competition files (e.g., competition description file, competition datasets, etc.), and configure the path to the folder in your environment. In addition, you need to use chromedriver when you download the competition descriptors, which you can follow for this specific example:
255
255
256
256
# 1. Install chromedriver.
257
257
258
258
# 2. Add the competition description file path to the `.env` file.
259
259
mkdir -p ./git_ignore_folder/kaggle_data
260
-
dotenv set KG_LOCAL_DATA_PATH "$(pwd)/git_ignore_folder/kaggle_data"
260
+
dotenv set DS_LOCAL_DATA_PATH "$(pwd)/git_ignore_folder/kaggle_data"
261
+
dotenv set DS_IF_USING_MLE_DATA True
261
262
262
263
# 3. run the application
263
-
rdagent kaggle --competition sf-crime
264
+
rdagent data_science --competition sf-crime
264
265
```
265
-
>**Description of the above example:**<br />
266
-
> - Kaggle competition data is roughly divided into three sections: competition description file (json file) and complete dataset for the competition and simplified dataset for the competition. <br />
267
-
> - The Kaggle competition data will be downloaded automatically, the download process depends on `chromedriver`, installation instructions can be found in the [documentation](https://rdagent.readthedocs.io/en/latest/scens/kaggle_agent.html#example-guide). <br />
268
266
269
267
### 🖥️ Monitor the Application Results
270
268
- You can run the following commandfor our demo program to see the run logs.
@@ -310,7 +308,7 @@ The supported scenarios are listed below:
|**🏭 General**| 🦾 [Auto paper reading & implementation](https://rdagent.azurewebsites.net/report_model)[▶️YouTube](https://www.youtube.com/watch?v=BiA2SfdKQ7o) <br/> 🤖 Auto Kaggle Model Tuning | 🤖Auto Kaggle feature Engineering |
312
310
313
-
- **[RoadMap](https://rdagent.readthedocs.io/en/latest/scens/kaggle_agent.html#roadmap)**: Currently, we are working hard to add new features to the Kaggle scenario.
311
+
- **[RoadMap](https://rdagent.readthedocs.io/en/latest/scens/data_science.html#roadmap)**: Currently, we are working hard to add new features to the Kaggle scenario.
314
312
315
313
Different scenarios vary in entrance and configuration. Please check the detailed setup tutorial in the scenarios documents.
0 commit comments