VenusAY commited on
Commit
deacbe5
·
verified ·
1 Parent(s): 1710eea

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Titantic_Altered
2
+
3
+ This is an altered titanic dataset for training purpose.
4
+
5
+ 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.
6
+ 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.
7
+
8
+ You can find more details about this dataset [here](https://github.com/mwaskom/seaborn-data/blob/master/titanic.csv)
9
+
10
+ ## Dataset Features:
11
+
12
+ 1. PassengerId: A unique identifier for each passenger.
13
+ 2. Name: The name of the passenger.
14
+ 3. Age: The age of the passenger in years.
15
+ 4. Ticket: The ticket number of the passenger.
16
+ 5. Fare: The fare paid by the passenger for the ticket.
17
+ 6. Cabin: The cabin number of the passenger.
18
+
19
+ 8. Survived_0: A binary column indicating whether the passenger did not survive
20
+ 9. Survived_1: A binary column indicating whether the passenger survived
21
+
22
+ 11. Pclass_1: A binary column indicating whether the passenger belongs to the 1st class
23
+ 12. Pclass_2: A binary column indicating whether the passenger belongs to the 2nd class
24
+ 13. Pclass_3: A binary column indicating whether the passenger belongs to the 3rd class
25
+
26
+ 15. Sex_female: A binary column indicating whether the passenger is female
27
+ 16. Sex_male: A binary column indicating whether the passenger is male
28
+
29
+ 18. SibSp_0: A binary column indicating whether the passenger has no siblings or spouse aboard
30
+ 19. SibSp_1: A binary column indicating whether the passenger has 1 sibling or spouse aboard
31
+ 20. SibSp_2: A binary column indicating whether the passenger has 2 siblings or spouse aboard
32
+ 21. SibSp_3: A binary column indicating whether the passenger has 3 siblings or spouse aboard
33
+ 22. SibSp_4: A binary column indicating whether the passenger has 4 siblings or spouse aboard
34
+ 23. SibSp_5: A binary column indicating whether the passenger has 5 siblings or spouse aboard
35
+ 24. SibSp_8: A binary column indicating whether the passenger has 8 siblings or spouse aboard
36
+
37
+ 26. Parch_0: A binary column indicating whether the passenger has no parents or children aboard
38
+ 27. Parch_1: A binary column indicating whether the passenger has 1 parent or child aboard
39
+ 28. Parch_2: A binary column indicating whether the passenger has 2 parents or children aboard
40
+ 29. Parch_3: A binary column indicating whether the passenger has 3 parents or children aboard
41
+ 30. Parch_4: A binary column indicating whether the passenger has 4 parents or children aboard
42
+ 31. Parch_5: A binary column indicating whether the passenger has 5 parents or children aboard
43
+ 32. Parch_6: A binary column indicating whether the passenger has 6 parents or children aboard
44
+
45
+ 34. Embarked_C: A binary column indicating whether the passenger embarked from Cherbourg
46
+ 35. Embarked_Q: A binary column indicating whether the passenger embarked from Queenstown
47
+ 36. Embarked_S: A binary column indicating whether the passenger embarked from Southampton