mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-05 16:02:14 +02:00
FE prompt: FE通常不会make changes而是加新的特征
DI prompt: 要求让predictions最终结果一致,并提供例子
This commit is contained in:
parent
24db19fa13
commit
1cdffc3d85
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ The current task is about feature engineering. when performing it, please adhere
|
|||
- Avoid creating redundant or excessively numerous features in one step.
|
||||
- Exclude ID columns from feature generation and remove them.
|
||||
- Each feature engineering operation performed on the train set must also applies to the dev/test separately at the same time.
|
||||
- **ATTENTION** Do NOT use the label column to create features or make any changes to the label column, except for cat encoding.
|
||||
- **ATTENTION** Do NOT use the label column to create features, except for cat encoding.
|
||||
- Use the data from previous task result if exist, do not mock or reload data yourself.
|
||||
- Always copy the DataFrame before processing it and use the copy to process.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue