🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Case problem: Customer segmentation

User: "tonyboy9"
Altair Community Member
Updated by Jocelyn
Where in the Operators Reference Manual index are the operators to work a data set for customer segmentation?
  

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    Segmentation could mean a lot of different things.  Can you be more specific about what you are trying to accomplish?
    If you are looking for a machine learning driven solution, then you might want to look at some of the modeling operators that use clustering algorithms.  Just search for "cluster" in the operator panel and you will see many options come up.
    If you want something more user directed, like a RFM scheme, then you will probably do it via data ETL using operators to do binning, date manipulations, etc.  There isn't just one or two operators involved, it will depend on what exactly your raw data is and how you want to transform it.  I suggest looking at RapidMiner Academy videos on data ETL for some ideas.