Login using Social Account
     Continue with GoogleLogin using your credentials
First, let's import the dataset from our lab.
The dataset is located at the following path:
'/cxldata/datasets/project/titanic'
It consists of 2 files, train.csv
and test.csv
. Let's load the dataset from that path:
import os
TITANIC_PATH = '/cxldata/datasets/project/titanic'
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...