Re: Calculating Expected Value With Multiple Variables Regression




On 2-Aug-2005, wrote:

> I'm working on a problem in the sales area where I like to predict the
> "worth" of a deal by looking at multiple known attributes. I like to
> do this by running regressions against historical data (e.g. "A
> prospect with 200 employees and a blue logo on the average buys $20K
> worth of product over the past 10 years").
>
> What makes this a little tricky is that the set of attributes are not
> always the same. So one deal may have 10 attributes, the other deal
> has 6, and both only have 3 attributes in common. Also I'm not only
> trying to figure out the probability of a deal happening, but also the
> deal size (e.g. $10K). I assume there is enough correlation between
> the attribute and the outcome (a sale) that the resulting analysis has
> predictive power.

You are correct that your mixed sets of attributes makes this problem
difficult. There are ways of handling missing values when performing
multiple regression, but I think you may get better results by trying a
different approach that is less depending on having all variables.

I would like to run your data through my DTREG program and try to build a
model based on a decision tree. DTREG has the ability to use surrogate
splitters to compensate for missing attributes: basically, it looks for
other variables that can be used as surrogates when there is a missing value
on one or more predictors. For example, if the value of Number Of Employees
is missing, it might determine that Annual Staff Salary is an acceptable
substitute. This is done dynamically as the model is built and different
surrogate predictors can be selected for each group as the trees are built.

If you can e-mail your data to me at phil.sherrod 'at' sandh.com, I will be
happy to see if I can build a model for it.

--
Phil Sherrod
(phil.sherrod 'at' sandh.com)
http://www.dtreg.com (decision tree modeling)
http://www.nlreg.com (nonlinear regression)
.



Relevant Pages

  • Re: $35 Million of Equipment Missing from NASA.....
    ... > $35M of Equipment Missing from NASA ... > Washington, D.C.reported Thursday. ... That's how little NASA has misplaced in its entire ... a Mac 810C laptop worth? ...
    (sci.space.shuttle)
  • Re: My picks for Best of 2007
    ... better than the ones I have that they're worth it. ... The AT 7th drives me crazy: the first movement coda is apparently going ... Matthew: is Pristine's remaster that much better than your own posting? ... "Meistersinger" which is missing several chunks here and there, ...
    (rec.music.classical.recordings)
  • Re: 400/4 spares, paging TOGnTimo
    ... it's missing pretty much *all* the expensive bits. ... let them go for around 120 quid and throw in a set of carbs for free ... If there's anything worth flogging left on it, ... but will need some work and expense to restore it (well, ...
    (uk.rec.motorcycles.classic)
  • Re: Opportunitys Odometer Clocks Over 10 km Mark
    ... hard doesn't make it worth doing. ... I think you're missing some context. ... US had been instrumental in beating back the Nazi's "Fortress ...
    (sci.space.history)

Loading