CommencerCommencer gratuitement

What does your data look like? (II)

In the previous exercise you looked at the distribution of individual columns. While this is a good start, a more detailed view of how different features interact with each other may be useful as this can impact your decision on what to transform and how.

Cet exercice fait partie du cours

Feature Engineering for Machine Learning in Python

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Import packages
____
____

# Plot pairwise relationships
____

# Show plot
____
Modifier et exécuter le code