Get startedGet started for free

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.

This exercise is part of the course

Machine Learning for Marketing in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Print header of telco dataset
print(telco.___())
Edit and Run Code