mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
update datasets.yaml
This commit is contained in:
parent
72dd44ae32
commit
93ff1f8f2b
2 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ datasets:
|
|||
\ the target column `Class`.\nPerform data analysis, data preprocessing, feature\
|
||||
\ engineering, and modeling to predict the target. \nReport f1 weighted on the\
|
||||
\ eval data. Do not plot or make any visualizations.\n"
|
||||
concrete-strength:
|
||||
concrete-strength:
|
||||
dataset: concrete-strength
|
||||
metric: rmse
|
||||
target_col: Strength
|
||||
|
|
|
|||
|
|
@ -19,7 +19,9 @@ def load_data_config(file_path="data.yaml"):
|
|||
return data_config
|
||||
|
||||
|
||||
DATASET_CONFIG = load_data_config("datasets.yaml")
|
||||
DATA_CONFIG = load_data_config()
|
||||
DATA_CONFIG["datasets"].update(DATASET_CONFIG["datasets"])
|
||||
|
||||
|
||||
def get_mcts_logger():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue