Skip to content

kapmaznida/rule_based_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Rule-Based Classification

Business Problem

A game company using some features of its customers It wants to create level-based new customer definitions (personas) and to create segments according to these new customer definitions and to estimate how much the new customers can earn on average according to these segments.

  • ✨E.g: It is desired to determine how much a 25-year-old male user from Turkey, who is an IOS user, can earn on average. ✨

Dataset Story

  • Persona.csv dataset contains the prices of the products sold by an international game company and some demographic information of the users who buy these products.
  • The data set consists of records created in each sales transaction.
  • This means that the table is not deduplicated.
  • In other words, a user with certain demographic characteristics may have made more than one purchase.

Variables

Dataset persona.csv

Variables PRICE: customer's spending amount SOURCE: device to which the customer is connected SEX: customer's gender COUNTRY: customer's country AGE: customer's age

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages