all groups > sql server data mining > october 2005
Mailing list response - data model question
Posted by Richard at 10/31/2005 11:50:23 AM
Hi All,
I'm trying to create a data mining model to allow me to predict response
rates for a mail shot, based on the response to many other mailshots,
and hence to generate the next mailing list.
My question is about the underlying fact table structure - is the
following structure sensib... more >>
SQL 2005 Data Mining Contract Dev?
Posted by boswellg at the google mail service (boz) at 10/28/2005 10:23:58 PM
Is there anyone available for some remote contract work on some SQL
2005 data mining projects? We're looking for someone to help design a
cross-sell application as well as a sales forecasting model.
I've tried the contract sites such as eLance but have not been able to
find anyone qualified.
... more >>
where to start
Posted by Ron Thetford at 10/27/2005 8:10:12 AM
I need to pick up on sql, so I need to know where to start as a beginner. I
know I am in the wrong place, but since this is all new, I do not know all
the terms etc to know which newsgroup to start in or section.... more >>
Business Scorecard accelerator - << Installation problem >>
Posted by Kam at 10/24/2005 11:11:02 PM
After install the Business scorecard accelerator, then All
Programs->Microsoft Office Business Scorecard Accelerator->Scorecard
Development Site. Then it come out with error " The web site that is
referenced here is not in the configuration database".... more >>
Multi-pass training for a new plugin algorithm
Posted by Michael McRoberts at 10/19/2005 10:56:40 AM
Is there a way for a new plugin algorithm to iterate over the data
multiple times during "training"?
The tutorial for plugin algorithms mentions something about multi-pass
in relation to the GetTrainingComplexity method, but it doesn't provide
an example of it.
Can I call in_pCaseSet->St... more >>
e-learning
Posted by marko at 10/18/2005 12:00:00 AM
Hi,
i have installation of SQL Server 2005 CTP on Windows server 2003. I tryed
to download the e-learning lessons from microsoft.com, but had problems with
installing the viewing software and flash player on Windows server 2003.
so my question is: is there any posibility to install SQL Ser... more >>
How to manage the risk overfitting of data mining model on training data
Posted by Guy Mounier at 10/16/2005 9:29:50 PM
Hi there,
I was wondering if anyone had a recommendation WRT managing the risk of
overfitting any of my data mining models to the training data set.
In other words, I can achieve an excellent lift with a given data
mining model on a given training data set, but realize very poor
performance... more >>
Need Clarification on APriori calculation
Posted by jackso95 NO[at]SPAM hotmail.com at 10/15/2005 9:33:34 PM
The following was taken from a posting in the forum discussing the
APriori algorithm. Can someone clarify for me the value used to for
this calcualtion. I guess the best way to ask my question is the use
the statement that was posted.
Original:
Support measure of 1% and a Confidence measure... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Search Engine
Posted by Nirosh at 10/14/2005 9:59:50 PM
Hi All,
I want to write a Search Engine (Full text) for a content repository that
has content in XML | HTML format.
My plan is to use SQL full text seach, how is the perfomance here, if I have
1000 book, each have 10 MB of text data?
I need my search responce to send 10 replies at a tim... more >>
DMX INSERT INTO and OleDB Question
Posted by pshramko NO[at]SPAM psoresearch.com at 10/10/2005 12:00:21 PM
Hello,
For anyone who might know -- Is it necessary to "retrain" a MINING
MODEL every time new data is added or deleted from the underlying data
source. in other words, i train the model using the DMX INSERT INTO
statement, this statement assigns the data from an OPENQUERY request
from a data... more >>
Q: on stored procedure
Posted by Ana at 10/10/2005 12:00:00 AM
Hi,
In a stored procedure I've a WHERE condition which asks for the following
date parameters:
BETWEEN @D_Start AND @D_End
When I run the query, the window comes up with D_END and then with D_Start.
The strange thing is that D_Start should come up first and then D_End. An
other pheno... more >>
About constructing a plug-in algorithm of DM in SQL Server
Posted by Paul at 10/8/2005 12:00:00 AM
Hi everyone:
I'm studying how to plug my approved algorithm of the association rules
in SQL Server Analysis Service. The following are need your help ,would
anyone so kind to tell me?
1. I have found the tutorial
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/htm... more >>
Data Types of columns in dataset when using AdomdDataAdapter
Posted by annu at 10/6/2005 8:11:01 AM
Hi there
I am executing an mdx query using adomd.net as follows:
AdomdDataAdapter adapter = new AdomdDataAdapter(query, connection.Value);
adapter.Fill(data);
I get the data back correctly, but all the columns have DataType of
'System.Object ' and not as expected.
Why is this happening... more >>
|