mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-29 15:59:42 +02:00
kaggle iterative trial done
This commit is contained in:
parent
f7989b0ce0
commit
4231e0a11e
9 changed files with 178 additions and 45 deletions
|
|
@ -19,8 +19,9 @@ async def main(
|
|||
competition, data_desc, requirement = (
|
||||
"titanic",
|
||||
"Training set is train.csv.\nTest set is test.csv. We also include gender_submission.csv, a set of predictions that assume all and only female passengers survive, as an example of what a submission file should look like.",
|
||||
"Run EDA on the train dataset, train a model to predict survival (20% as validation) and save it, predict the test set using saved model, save the test result according to format",
|
||||
# "Run EDA on the train dataset, train a model to predict survival (20% as validation) and save it, predict the test set using saved model, save the test result according to format",
|
||||
# "generate a random prediction, replace the Survived column of gender_submission.csv, and save the prediction to a new submission file",
|
||||
"Score as high as possible for the provided dataset, save the test prediction to a csv with two columns PassengerId and Survived"
|
||||
)
|
||||
|
||||
team = Team()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue