Enrollments closing soon for Post Graduate Certificate Program in Applied Data Science & AI By IIT Roorkee | 3 Seats Left

00 D 06 H : 16 M : 25 S   Apply Now

Project - Predicting Titanic Passenger Survival using Machine Learning and Python

You are currently auditing this course.
3 / 21

Titanic Machine Learning Project - Download and Import the Titanic dataset

First, let's import the dataset from our lab.

INSTRUCTIONS

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'
Get Hint See Answer

Please login to comment

0 Comments

There are 15 new comments.