B2B
1 min read
Mastering Customer Segmentation with LLM
Content Table
- Intro
- Method 1: Kmeans
Intro
A customer segmentation project can be approached in multiple ways. In this article I will teach you advanced techniques, not only to define the clusters, but to analyze the result. This post is intended for those data scientists who want to have several tools to address clustering problems and be one step closer to being seniors DS.
What will we see in this article?
Let’s see 3 methods to approach this type of project:
- Kmeans
- K-Prototype
- LLM + Kmeans
Data
The original data used in this project is from a public Kaggle: Banking Dataset — Marketing Targets. Each row in this data set contains information about a company’s customers. Some fields are numerical and others are categorical, we will see that this expands the possible ways to approach the problem.
We will only be left with the first 8 columns. Our dataset looks like this:
Bajaj GX-3701 750W Mixer Grinder
Mixer grinders are a useful kitchen appliance because they can save time and effort when preparing food. They are typically used to grind, blend, and mix ingredients, such as spices, herbs, vegetables, and meat, into a fine paste or mixture. This can be useful for making a wide range of dishes, such as curries, marinades, dips, and spreads.
const BlogTitle = `${post?.title ?? ""} | Ant Mascot`;
console.log(post, "uiwewrt")
const logoutHandler = () => {
onLogout()
router.push(routes.home)
}