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

Retrive score in Logistic Regression (Microsoft Neural Net..

 
   Database Help (Home) -> Datamining RSS
Next:  calculating correlation coefficient  
Author Message
Marco__80

External


Since: Feb 19, 2008
Posts: 1



(Msg. 1) Posted: Tue Feb 19, 2008 4:01 am
Post subject: Retrive score in Logistic Regression (Microsoft Neural Network Viewer
Archived from groups: microsoft>public>sqlserver>datamining (more info?)

Hi!

I bought the book "Data Mining with SQL Server 2005", but I can't find
the solution to a problem I have.

I want to retrieve from C# the logistic regression Attribute Value
(AV) Scores for the Logistic Regression Algorithm. I can see the
Scores from the Microsoft Logistic Regression Viewer (the same of
Neural Network Viewer), but I cannot retrieve them via DMX, OLEDB or
similar.

Otherwise, is there a formula that I can use to compute that score
from the coefficient, support, or probability values of the Attribute
Value pair (I can read this values from DMX)?
I can access to them via DMX:

NODE_DISTRIBUTION -> SUPPORT and PROBABILITY ATTRIBUTE_VALUE...

with a query like

SELECT FLATTENED (SELECT ATTRIBUTE_NAME, ATTRIBUTE_VALUE FROM
NODE_DISTRIBUTION WHERE VALUETYPE = ... ) FROM [MyModel].CONTENT WHERE
NODE_TYPE ....

Thanks in advance

Regards,
Marco

 >> Stay informed about: Retrive score in Logistic Regression (Microsoft Neural Net.. 
Back to top
Login to vote
Dejan Sarka

External


Since: Mar 18, 2004
Posts: 103



(Msg. 2) Posted: Tue Feb 19, 2008 2:55 pm
Post subject: Re: Retrive score in Logistic Regression (Microsoft Neural Network Viewer - SQL Server 2005) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The MS Data Mining team has already prepared additional AS CLR stored
procedure, which does all of this calculations for you. You can freely
download it from SqlServerDataMining.com, if you register on the site.
Besides the procedure you need, you can download also a prepared SSRS
report - scorecard for logistic regression models. The link to the article
is this:
http://www.sqlserverdatamining.com/ssdm/Default.aspx?tabid=102&Id=41. On the
page, you will find the link to download the source code (search for "The
download package is available here and it contains a stored procedure
that:". In the article, you will find detailed instructions how to build and
deploy the procedure.

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

"Marco__80" <marco.devisio.DeleteThis@gmail.com> wrote in message
news:9b86edac-20df-41ac-9cae-c882a68e6e1f@v3g2000hsc.googlegroups.com...
> Hi!
>
> I bought the book "Data Mining with SQL Server 2005", but I can't find
> the solution to a problem I have.
>
> I want to retrieve from C# the logistic regression Attribute Value
> (AV) Scores for the Logistic Regression Algorithm. I can see the
> Scores from the Microsoft Logistic Regression Viewer (the same of
> Neural Network Viewer), but I cannot retrieve them via DMX, OLEDB or
> similar.
>
> Otherwise, is there a formula that I can use to compute that score
> from the coefficient, support, or probability values of the Attribute
> Value pair (I can read this values from DMX)?
> I can access to them via DMX:
>
> NODE_DISTRIBUTION -> SUPPORT and PROBABILITY ATTRIBUTE_VALUE...
>
> with a query like
>
> SELECT FLATTENED (SELECT ATTRIBUTE_NAME, ATTRIBUTE_VALUE FROM
> NODE_DISTRIBUTION WHERE VALUETYPE = ... ) FROM [MyModel].CONTENT WHERE
> NODE_TYPE ....
>
> Thanks in advance
>
> Regards,
> Marco

 >> Stay informed about: Retrive score in Logistic Regression (Microsoft Neural Net.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Neural Networks - Is it possible to change\set the maximum iterations in the training process of a neural network?

Microsoft.AnalysisServices.Viewers ... Overflow Error - I'm using Microsoft.AnalysisServices.Viewers to display the content of a Microsoft_Linear_Regression model. The viewer blows up with the following error. The error does not appear when I browse it from the Excel 2007 addin, or Visual Studio. Is there a...

Collation Problem any help - Hello all : My problem is like the following I have an online databse with a latin collation, this database is using ntext and nvarchar values that was with our previous admin ok the problem is in the data is stored should use another collation (the...

Reprocessing a mining model - I'm currently developing a user registration prototype. The aim is to classify certain types of users. However, after the registration I query a decision tree model in Analysis Services with DMX and I want to send the user data into the warehouse to....

Trying to cut down query times - I have a query that is based on two other queries that are based on tables in a database. All of the queries that are used for this final query use grouping and totals. In the application I am making, I need to choose a date range to select the subset....
   Database Help (Home) -> Datamining All times are: Pacific Time (US & Canada) (change)
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 ]