guosyjlu / DS-Agent

Official implementation of "DS-Agent: Automated Data Science by Empowering Large Language Models with Case-Based Reasoning" in ICML'24
96 stars 13 forks source link

where is the code of development phase? #7

Open BiqiangWang opened 1 month ago

BiqiangWang commented 1 month ago

It seems that the repository only provides the code implementation for the deployment phase, but does not provide the code for the development phase?

guosyjlu commented 1 month ago

Hi, the code for deployment stage is in the directory of development. Please check README to find more details.

BiqiangWang commented 1 month ago

oh, i saw it. Appreciate it for your open source. By the way, MLAgentBench/dsagent does not seem to implement extracting and supplementing cases. Is there anything I have overlooked?

guosyjlu commented 1 month ago

Technique reports are saved by manual. For the codes, we use kaggle api to collect those with top-10 public score, and use GPT-3.5 to extract textual insights with the template provided in the paper.