由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - How to score my customers with a single score (combing predicted prob. and spend $)
相关主题
proc liferegpredict from logistic model: point estimate or confidence interval?
到底什么叫predictive model呢?请教一个 Time Series 题目
星相,风水,血型命运等等等等都是 modelling 啊。。。KS 的问题
interaction 在 predictive modeling中的意义统计phd的工资
[R] ada & rpart packages{请教} predictive equation里,怎么处理missing input。
一个combine scored models的问题Predict values of vectors generated by black box functions
Capital One Statistician感想+面经+求blessmulticollinearity和 predicion model
问题请教有什么模型能把linear regression model 和 time series model 合起来做prediction 吗?
相关话题的讨论汇总
话题: score话题: prob话题: customers话题: predicted话题: buy
进入Statistics版参与讨论
1 (共1页)
n*********e
发帖数: 318
1
------
Say, I have 10,000 customers and their data from a merchant.
Currently, I have successfully built two predictive models to predict for
each customer -
1) predicted prob. of a purchase (buy vs. no-buy)
2) expected spend $ of this customer given it is a buy
--------
In the end, I need to deliver just one score for my merchant client so that
they can approach their customers starting from top of the list (and working
down the list).
How should I construct a single score to combine both information?
Thanks!
k****n
发帖数: 165
2
I'm wondering how you handle the cutoff point for your model (1).
Essentially every customer has a 2-dimensional vector. The first entry is
his prob to buy while the second one average $ spent.
One possible way to create a scaler statistic is to 1) calculate the
percentile of the average $ spent. 2) report p * w * q, where p is his prob
to buy, q is the quantile of his expect $ spent, w is your relative weight
given to miss a potential whale customer.
l******n
发帖数: 9344
3
no-buy client has 0 expected expenditure. If you have purchase quantity and
unit price, you can just predict the total expenditure as the product of
quantity and unit price.

that
working

【在 n*********e 的大作中提到】
: ------
: Say, I have 10,000 customers and their data from a merchant.
: Currently, I have successfully built two predictive models to predict for
: each customer -
: 1) predicted prob. of a purchase (buy vs. no-buy)
: 2) expected spend $ of this customer given it is a buy
: --------
: In the end, I need to deliver just one score for my merchant client so that
: they can approach their customers starting from top of the list (and working
: down the list).

1 (共1页)
进入Statistics版参与讨论
相关主题
有什么模型能把linear regression model 和 time series model 合起来做prediction 吗?[R] ada & rpart packages
请教工作选择问题一个combine scored models的问题
[合集] Variable selection with 2000 + variables.Capital One Statistician感想+面经+求bless
工作取向请教问题请教
proc liferegpredict from logistic model: point estimate or confidence interval?
到底什么叫predictive model呢?请教一个 Time Series 题目
星相,风水,血型命运等等等等都是 modelling 啊。。。KS 的问题
interaction 在 predictive modeling中的意义统计phd的工资
相关话题的讨论汇总
话题: score话题: prob话题: customers话题: predicted话题: buy