Enter the Titanic competition on Kaggle used to help new entrants learn about classification and using Kaggle.
After completing this assignment, you should understand:
- Feature vectors
- Basic classification
After completing this assignment, you should be able to:
- Use Pandas to generate CSV files
- Perform classification by hand
- A Git repo called titanic containing at least:
README.md
file explaining how to run your project- a
requirements.txt
file
- No PEP8 or Pyflakes warnings or errors
Go to Kaggle and sign up for an account. Once you have signed up, read through the Titanic competition.
Read through the first three "Getting Started" sections (Excel, Python, Python II). Make one or more entries to the competition.
In addition to the requirements from Normal Mode:
Create a submission that gives you a public score greater than or equal to 0.78.