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.
Cet exercice fait partie du cours
Machine Learning for Marketing in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Print header of telco dataset
print(telco.___())