ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Feature Engineering for Machine Learning in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio completando el código de muestra.

# Import packages
____
____

# Plot pairwise relationships
____

# Show plot
____
Editar y ejecutar código