Enrollments Open for Advanced Certification Courses on Data Science, ML & AI by E&ICT Academy IIT Roorkee
Apply NowFirst, 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'
No hints are availble for this assesment
Answer is not availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...