Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Trying to predict sales from demographics

 
   Database Forums (Home) -> Datamining RSS
Next:  Cluster problem  
Author Message
dba

External


Since: Apr 25, 2007
Posts: 6



(Msg. 1) Posted: Thu Dec 13, 2007 12:07 pm
Post subject: Trying to predict sales from demographics
Archived from groups: microsoft>public>sqlserver>datamining (more info?)

Hello all,

Sorry for a beginner question, I have one table with demographics,
I have another table with sales. I want to figure out which
demographics most likely result in a sale. Now, as an input it seems
to only want to use just one table. Can I use a view, which will
involve a lot of tables and I'm afraid that it may affect the
cardinality. Maybe I'm doing something wrong not sure, any advise
appreciated!

Thanks!

 >> Stay informed about: Trying to predict sales from demographics 
Back to top
Login to vote
Dejan Sarka

External


Since: Mar 18, 2004
Posts: 317



(Msg. 2) Posted: Fri Dec 14, 2007 9:58 am
Post subject: Re: Trying to predict sales from demographics [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Sorry for a beginner question, I have one table with demographics,
> I have another table with sales. I want to figure out which
> demographics most likely result in a sale. Now, as an input it seems
> to only want to use just one table. Can I use a view, which will
> involve a lot of tables and I'm afraid that it may affect the
> cardinality. Maybe I'm doing something wrong not sure, any advise
> appreciated!

You can use a view to join the demographic data with sales data; however, as
you said, you would affect cardinality of your demographic data. You can use
nested table instead - declare demographic table as case table and sales
table as nested table. There is also another possibility, if you are
interested in total sales only. Then you can create a view that would
combine demographic data with sales aggregations.

--
Dejan Sarka
http://blogs.solidq.com/EN/dsarka/default.aspx

 >> Stay informed about: Trying to predict sales from demographics 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Using Clusters to predict - Normally Decision trees and neural networks are the best algorithms to predict continuous variables, based on input of discrete attributes. But a Cluster can also predict a value. And if having say 3 million records, 10 discrete input attributes, and one...

predict function -- why get most popular items???? - I still don't understand why do I get most popular items when I try to use function like predict(sometable,5)??? Either it should return the most relevant results or not return any value at all. Lets take movies case that I have been asking question...

predict function error: results get repeater over and over - I am getting strage results when I try to run prediction query. Lets consider the following structure/model: drop mining model mym_ar drop mining structure myst CREATE MINING STRUCTURE myst ( custid long key, basket table ( moviebought text....

cross-predict time series model - I need help building a cross-predict time series model. As an example, I have one set of "Model" data as follows: ModelAge, ModelWt, ModelHt 1/1/1980 7.00 18.00 2/1/1980 7.20 18.30 3/1/1980 7.28 19.10 ... .. .. ... .. .. 3/1/2006 130.00 68.50...

Forecasting sales - Does anyone know how to account for the effect of weather on sales using the time series forecast? Would another algorithm be more appropriate? Thanks, CB
   Database Forums (Home) -> Datamining All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]