From be607ba3e3a4a00ed903f37a213a94870df31380 Mon Sep 17 00:00:00 2001 From: lidanyang Date: Wed, 10 Jul 2024 11:27:10 +0800 Subject: [PATCH] use keyword retriever for DataAnalyst --- tests/metagpt/roles/di/run_data_analyst.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/metagpt/roles/di/run_data_analyst.py b/tests/metagpt/roles/di/run_data_analyst.py index 445f8f800..b7b48e0db 100644 --- a/tests/metagpt/roles/di/run_data_analyst.py +++ b/tests/metagpt/roles/di/run_data_analyst.py @@ -10,6 +10,7 @@ CALIFORNIA_HOUSING_REQ = """ Analyze the 'Canifornia-housing-dataset' using https://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html#sklearn.datasets.fetch_california_housing to predict the median house value. you need to perfrom data preprocessing, feature engineering and finally modeling to predict the target. Use machine learning techniques such as linear regression (including ridge regression and lasso regression), random forest, CatBoost, LightGBM, XGBoost or other appropriate method. You also need to report the MSE on the test dataset """ +# For web scraping task, please provide url begin with `https://` or `http://` PAPER_LIST_REQ = """" Get data from `paperlist` table in https://papercopilot.com/statistics/iclr-statistics/iclr-2024-statistics/, and save it to a csv file. paper title must include `multiagent` or `large language model`.