Journey to Westeros
If you're a Game of Thrones fan, you might already know all about the fictional world of Westeros and the characters that inhabit it. Regardless, it's important to explore a new dataset before doing any modeling. That's what you'll do now!
The dataset is loaded into the environment and available to you as got
, the commonly used acronym for Game of Thrones.
The target variable here is 'actual'
. It represents whether a character is alive (1
) or not (0
). First explore the target
using the .describe()
method. What can you conclude about it?
This exercise is part of the course
Ensemble Methods in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
