From 6a527f214a1ebe944823aadbc9f1bcfbaa3e6287 Mon Sep 17 00:00:00 2001 From: stellahsr Date: Fri, 15 Dec 2023 00:35:44 +0800 Subject: [PATCH] update: use utils/save_code_file --- metagpt/roles/ml_engineer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/metagpt/roles/ml_engineer.py b/metagpt/roles/ml_engineer.py index d9a5027af..f7538ae2e 100644 --- a/metagpt/roles/ml_engineer.py +++ b/metagpt/roles/ml_engineer.py @@ -295,8 +295,6 @@ if __name__ == "__main__": requirement = f"This is a house price dataset, your goal is to predict the sale price of a property based on its features. The target column is SalePrice. Perform data analysis, data preprocessing, feature engineering, and modeling to predict the target. Report RMSE between the logarithm of the predicted value and the logarithm of the observed sales price on the eval data. Train data path: '{data_path}/split_train.csv', eval data path: '{data_path}/split_eval.csv'." save_dir = "" - - # save_dir = DATA_PATH / "output" / "2023-12-14_20-40-34" def load_history(save_dir: str = save_dir):