| Thread | Last Post | Replies |
|
| SQL 2005 Data Mining Contract Dev? | 29 Oct 2005 01:32 GMT | 1 |
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
|
| where to start | 27 Oct 2005 21:48 GMT | 1 |
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.
|
| Business Scorecard accelerator - << Installation problem >> | 26 Oct 2005 00:24 GMT | 1 |
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".
|
| Paging in SQL Server, an overview of some available approaches | 24 Oct 2005 00:48 GMT | 2 |
Hallo everybody, The question sounds very simple, but as I think it's not! I searched about this subject a lot and I found the following approaches, and I really don't know which is the best or at least when to use each
|
| Multi-pass training for a new plugin algorithm | 19 Oct 2005 18:29 GMT | 1 |
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
|
| How to manage the risk overfitting of data mining model on training data | 18 Oct 2005 20:07 GMT | 5 |
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
|
| e-learning | 18 Oct 2005 19:06 GMT | 1 |
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 ...
|
| Need Clarification on APriori calculation | 17 Oct 2005 18:59 GMT | 1 |
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.
|
| Search Engine | 16 Oct 2005 10:44 GMT | 1 |
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?
|
| About constructing a plug-in algorithm of DM in SQL Server | 11 Oct 2005 19:36 GMT | 4 |
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
|
| DMX INSERT INTO and OleDB Question | 11 Oct 2005 01:41 GMT | 2 |
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
|
| Q: on stored procedure | 10 Oct 2005 23:19 GMT | 6 |
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.
|
| Data Types of columns in dataset when using AdomdDataAdapter | 07 Oct 2005 19:33 GMT | 1 |
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
|