mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-26 15:49:42 +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
|
|
@ -40,6 +40,7 @@ DI_INSTRUCTION = """
|
|||
1. Save the prediction results of BOTH the dev set and test set in `dev_predictions.csv` and `test_predictions.csv` respectively in the output directory.
|
||||
- Both files should contain a single column named `target` with the predicted values.
|
||||
2. Make sure the prediction results are in the same format as the target column in the training set.
|
||||
- For instance, if the target column is categorical, the prediction results should be categorical as well.
|
||||
|
||||
## Output Performance
|
||||
Print the train and dev set performance in the last step.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue