You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: rdagent/scenarios/kaggle/experiment/prompts.yaml
+5-4
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ kg_description_template:
10
10
"Target Description": "A description of the target variable to be predicted",
11
11
"Competition Features": "A dict of relevant features used in the competition and their descriptions (if available)", # if you are not sure about the meaning of the feature, please add a (guess) before the description. Importantly, your feature name should be exactly the same as the feature name in the dataset!
12
12
}
13
+
Since these might be very similar column names in data like one_hot_encoded columns, you can use some regex to group them together.
0 commit comments