guosyjlu / DS-Agent

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

The data set corresponding to the feedbackv2 task is missing #10

Closed CeyaoZhang closed 5 days ago

CeyaoZhang commented 1 week ago

python runner.py --task feedbackv2 --llm-name gpt-3.5-turbo-16k --edit-script-llm-name gpt-3.5-turbo-16k

The task feedbackv2 is required, but there is only feedback in Google Drive. This code cannot run.

guosyjlu commented 1 week ago

Sorry, just change feedbackv2 to feedback. I'll fix this typo.