In the previous videos, we have used Excel to divide our dataset into test and train. In this video, we do it the sklearn way. We used the train_test_split to generate sets for use to train the Titanic model.
Moving forward this will be the way we will do train test split.