guentherl2's picture
Update README.md
2552932 verified
|
raw
history blame
3.24 kB
metadata
tags:
  - code
  - datasets

Titantic Dataset

This is an altered titanic dataset for training purposes.

The Titanic dataset is a well-known and widely used dataset in the field of data science and machine learning. The dataset provides information about the passengers aboard the RMS Titanic, which famously sank on its maiden voyage on April 15, 1912. The dataset contains a combination of demographic and passenger-related information, making it suitable for various analyses and predictions. It has also been utilized to develop machine learning models to predict passenger survival based on different features.

You can find more details about this dataset here

Dataset Features:

  1. PassengerId: A unique identifier for each passenger.

  2. Name: The name of the passenger.

  3. Age: The age of the passenger in years.

  4. Ticket: The ticket number of the passenger.

  5. Fare: The fare paid by the passenger for the ticket.

  6. Cabin: The cabin number of the passenger.

  7. Survived_0: A binary column indicating whether the passenger did not survive

  8. Survived_1: A binary column indicating whether the passenger survived

  9. Pclass_1: A binary column indicating whether the passenger belongs to the 1st class

  10. Pclass_2: A binary column indicating whether the passenger belongs to the 2nd class

  11. Pclass_3: A binary column indicating whether the passenger belongs to the 3rd class

  12. Sex_female: A binary column indicating whether the passenger is female

  13. Sex_male: A binary column indicating whether the passenger is male

  14. SibSp_0: A binary column indicating whether the passenger has no siblings or spouse aboard

  15. SibSp_1: A binary column indicating whether the passenger has 1 sibling or spouse aboard

  16. SibSp_2: A binary column indicating whether the passenger has 2 siblings or spouse aboard

  17. SibSp_3: A binary column indicating whether the passenger has 3 siblings or spouse aboard

  18. SibSp_4: A binary column indicating whether the passenger has 4 siblings or spouse aboard

  19. SibSp_5: A binary column indicating whether the passenger has 5 siblings or spouse aboard

  20. SibSp_8: A binary column indicating whether the passenger has 8 siblings or spouse aboard

  21. Parch_0: A binary column indicating whether the passenger has no parents or children aboard

  22. Parch_1: A binary column indicating whether the passenger has 1 parent or child aboard

  23. Parch_2: A binary column indicating whether the passenger has 2 parents or children aboard

  24. Parch_3: A binary column indicating whether the passenger has 3 parents or children aboard

  25. Parch_4: A binary column indicating whether the passenger has 4 parents or children aboard

  26. Parch_5: A binary column indicating whether the passenger has 5 parents or children aboard

  27. Parch_6: A binary column indicating whether the passenger has 6 parents or children aboard

  28. Embarked_C: A binary column indicating whether the passenger embarked from Cherbourg

  29. Embarked_Q: A binary column indicating whether the passenger embarked from Queenstown

  30. Embarked_S: A binary column indicating whether the passenger embarked from Southampton