Name: Mussab Bin Shahid Sap-Id: 2024 Assignment: Machine-Learning
Name: Mussab Bin Shahid Sap-Id: 2024 Assignment: Machine-Learning
Sap-Id: 2024
Assignment: Machine-Learning
Dataset: https://github.com/rashida048/Datasets
Problem
We take dataset of titanic ship and we see 0 means the person survived and 1 means
the person did not survive.For this tutorial, our goal will be to predict
the‘Survived’feature. This dataset is very simple. Just from intuition, we can see that
there are columns that cannot be important to predict the ‘Survived’ feature.
For example, ‘PassengerId’, ‘Name’, ‘Ticket’ and, ‘Cabin’ does not seem to be useful
to predict that if a passenger survived or not.
Out[71]:
array([[118, 21],
[ 28, 56]], dtype=int64)