ComenzarEmpieza gratis

Supervised vs. unsupervised learning

Great work! You now know a lot about the differences between supervised and unsupervised learning. For this exercise, a telecom churn dataset named telco has been loaded for you. The last column called Churn defines whether or not a specific customer has churned. You will explore this dataset and determine whether it fits the supervised or unsupervised data format.

Este ejercicio forma parte del curso

Machine Learning for Marketing in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Print header of telco dataset
print(telco.___())
Editar y ejecutar código