Skip to content

samer-alhalabi/Customer-Classification-with-K-Nearest-Neighbors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Customers Classification with K-Nearest-Neighbors (KNN)

A telecommunications provider has segmented its customer base by service usage patterns, categorizing the customers into four groups. If demographic data can be used to predict group membership, the company can customize offers for individual prospective customers. It is a classification problem.

The objective is to build a classifier, to predict the class of unknown cases. I will use a specific type of classification called K nearest neighbour. The example focuses on using demographic data, such as region, age, and marital, to predict usage patterns.

The target field, called custcat, has four possible values that correspond to the four customer groups, as follows:

  • 1- Basic Service
  • 2- E-Service
  • 3- Plus Service
  • 4- Total Service

Releases

No releases published

Packages

No packages published