mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-12 09:12:38 +02:00
update: use utils/save_code_file
This commit is contained in:
parent
cf6577334c
commit
6a527f214a
1 changed files with 0 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue