Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.19 KB

Enter the Titanic Kaggle competition

Description

Enter the Titanic competition on Kaggle used to help new entrants learn about classification and using Kaggle.

Objectives

Learning Objectives

After completing this assignment, you should understand:

  • Feature vectors
  • Basic classification

Performance Objectives

After completing this assignment, you should be able to:

  • Use Pandas to generate CSV files
  • Perform classification by hand

Details

Deliverables

  • A Git repo called titanic containing at least:
    • README.md file explaining how to run your project
    • a requirements.txt file

Requirements

  • No PEP8 or Pyflakes warnings or errors

Normal Mode

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.

Hard Mode

In addition to the requirements from Normal Mode:

Create a submission that gives you a public score greater than or equal to 0.78.