all groups > sql server data mining > february 2006 >
You're in the

sql server data mining

group:

Please address the previous question..


Please address the previous question.. sqlster
2/22/2006 8:34:21 AM
sql server data mining:
Could some one please address the question that I posted couple of days ago
under the heading:

Subject: dmx query: one column coming out empty...

Any brief hint or idea would do...

Re: Please address the previous question.. Raman Iyer [MS]
2/22/2006 9:19:31 AM
Please see Jamie's response on 2/21 to your question.

--
-Raman Iyer
SQL Server Data Mining
[This posting is provided "AS IS" with no warranties, and confers no
rights.]

[quoted text, click to view]

Re: Please address the previous question.. sqlster
2/22/2006 10:19:31 AM
Please excuse me but I do not see the response.

Thanks

[quoted text, click to view]
Re: Please address the previous question.. Jamie MacLennan (MS)
2/22/2006 11:20:42 AM
Here's a repost :)

Try this:

ALTER MINING STRUCTURE c_st
ADD MINING MODEL c_dt
(
custid ,
gender ,
city ,
purchases
(
product ,
quantity PREDICT
)
) USING
microsoft_decision_trees(MINIMUM_SUPPORT = 1)

--

-Jamie MacLennan
SQL Server Data Mining
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view]

AddThis Social Bookmark Button