ComeçarComece de graça

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 exercício faz parte do curso

Machine Learning for Marketing in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Print header of telco dataset
print(telco.___())
Editar e executar o código