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?
Este ejercicio forma parte del curso
Ensemble Methods in Python
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
