Search⌘ K
AI Features

Coding Challenge: Unsupervised Learning

Explore how to implement unsupervised learning by applying the DBSCAN clustering algorithm to customer data. Understand how to preprocess data, group similar behaviors without relying on a target variable, and interpret cluster outputs for further machine learning use.

We'll cover the following...

We’ll now work with a dataset containing information on a bank’s customer base, containing the following variables:

  • customerID: The customer’s unique ID.

  • gender: The customer’s gender.

  • SeniorCitizen ...