mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 03:16:23 +02:00
output dev set score
This commit is contained in:
parent
989a3b4299
commit
df7a04dd19
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ COMPETITION INSTRUCTIONS
|
|||
- output_dir: {output_dir}
|
||||
- Besides `submission.csv`, you should also save your output in the output directory.
|
||||
- You should split the training data into train and dev set.
|
||||
- You should use the dev set to improve your model. Print the final dev set score after training.
|
||||
- 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. They should be in the same format as the `submission.csv`.
|
||||
- Perform data analysis, data preprocessing, feature engineering, and modeling to predict the target. {special_instruction}
|
||||
**Do not make any plots or visualizations.**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue