Introducing the movie database
Throughout this chapter, you'll be working with the TMDb (The Movie Database). This contains metadata on around 5000 movies.
The dataset is loaded and available to you as movies.
Your main objective is to predict movie revenue - more specifically, log-revenue, which is the normalized version of the revenue feature.
Use the .describe() method to explore the variable target, containing the values shown in the histogram. You can also inspect the histogram to the right. What can you conclude?
Cet exercice fait partie du cours
Ensemble Methods in Python
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
 Commencer l’exercice
Commencer l’exercice