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 column here is 'actual'. It indicates whether a character is alive (1) or not (0). First, explore the target variable using the .describe() method and check its .shape property. What can you conclude about it?
Diese Übung ist Teil des Kurses
Ensemble Methods in Python
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten