Browse Source

Merge pull request #18 from 01-edu/project1

fix: precise to submit the prediction on Kaggle
pull/17/head^2
brad-gh 3 years ago committed by GitHub
parent
commit
1e6cfa98a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      one_md_per_day_format/projects/project1/project1.md

3
one_md_per_day_format/projects/project1/project1.md

@ -24,7 +24,7 @@ The sinking of the Titanic is one of the most infamous shipwrecks in history. On
While there was some element of luck involved in surviving, it seems some groups of people were more likely to survive than others.
In this challenge, you have to build a predictive model that answers the question: **“what sorts of people were more likely to survive?”** using passenger data (ie name, age, gender, socio-economic class, etc).
In this challenge, you have to build a predictive model that answers the question: **“what sorts of people were more likely to survive?”** using passenger data (ie name, age, gender, socio-economic class, etc). **You will have to submit your prediction on Kaggle**.
## Preliminary
The way the Kaggle platform works is explained in the challenge overview page. If you need more details, I suggest this ressource that gives detailed explanations.
@ -63,6 +63,7 @@ project
- `scripts` contains python file(s) that perform(s) the feature engineering, the model's training and prediction on the test set. It could also be one single Jupyter Notebook. It has to be commented to help the reviewers understand the approach and run the code without any bugs.
- **Submit your predictions on the Kaggle's competition platform**. Check your ranking and score in the leaderboard.
### Scores

Loading…
Cancel
Save