NASA Meteorite Landings

Abstract

This dataset contains information about passengers on the Titanic, a British passenger liner that sank in 1912 after hitting an iceberg. The goal is to predict survival (whether a passenger survived or not) based on passenger features.

Features in the Titanic Dataset

  • PassengerId: Unique ID for each passenger.
  • Survived: Target variable (0 = No, 1 = Yes).
  • Pclass: Passenger class (1st, 2nd, 3rd).
  • Name: Name of the passenger.
  • Sex: Gender (male/female).
  • Age: Age of the passenger.
  • SibSp: Number of siblings/spouses aboard.
  • Parch: Number of parents/children aboard.
  • Ticket: Ticket number.
  • Fare: Fare paid.
  • Cabin: Cabin number (if known).
  • Embarked: Port of embarkation (C = Cherbourg, Q = Queenstown, S = Southampton).

desicion_rules