Project - Predicting Titanic Passenger Survival using Machine Learning and Python

7 / 21

Titanic Machine Learning Project - Look at the Numerical Attributes

Let's take a look at the numerical attributes of the training data:

INSTRUCTIONS

Use the describe() function on the training data:

<< your code comes here >>.describe()

What is the mean of the age of the passengers?

What is the maximum fare given?

Note: Kindly copy the complete values you are getting after running the describe command instead of typing it.

Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...