...

/

Coding Exercise: Classify and Cluster Customer Data

Coding Exercise: Classify and Cluster Customer Data

Use scikit-learn to find patterns in real-world data.

We'll cover the following...

Scenerio

Imagine you’re a data scientist at an e-commerce company. You’re given customer data and need to:

  1. Build a KNN classifier to predict customer segments.

  2. Use K-means clustering to group customers.

  3. Visualize both results using scatter plots. ...