Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Including Association Analysis results into existing Classification Model

+3
−0

I have trained a classification model that predicts (returns a score) on how likely a customer is to buy from our company. This model does not contain any product specific data, but we nevertheless apply it when determining which are the most likely customers to buy a certain product, e.g. product A (of course the results we get are the same if we use the model for product A,B,C...).

Additionally, we have performed Association Analysis on the Customer/Products set and have come up with certain rules (e.g. customer buying product C is more likely to buy A) and have computed the respective lifts for these rules.

Is there a way to use the information derived in the Association Analysis to systematically "enhance" the use of our classification model?

An example to illustrate this would be the following.

Suppose that, according to our Classification Model, these are the most likely customers to buy product A:

  • Customer X (score 9.0)
  • Customer Y (score 9.0)
  • Customer Z (score 8.0)

Additionally, suppose that we have the following rule with a lift of 1.2: B => A. If customer Y has bought product B (but X hasn't), it would be logical to increase customer's Y score.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

0 answers

Sign up to answer this question »