| Thread | Last Post | Replies |
|
| Suggestion on Versioning | 30 Nov 2005 22:20 GMT | 2 |
I notice that most of the writings (aricles, tips and what not) did not indicate which version of sql server it supports. A guess is 2005, however, there seem to be a few good writings regarding ms dm before 2005 release as well. Thanks.
|
| name calculation problem | 30 Nov 2005 19:23 GMT | 8 |
I am trying to follow the example in sql server data mining book by Jamie and Tang. On page 95, step 3 for creating name calculation on customers table, I enter the following expression:
|
| SQL 2005 RTM Sequence Cluster Bug | 30 Nov 2005 09:20 GMT | 1 |
I've posted when I using CTP September to build the sequence cluster and the cluster profile Markov's chain will become all black. So I uninstalled it and setup CTP June and the view is ok.Today I use SQL 2005 RTM to build the sequence cluster(use AdventureWoksDw), and the ...
|
| openrowset and proc | 30 Nov 2005 03:48 GMT | 1 |
For query_syntax, could I use a stored procedure instead of select statement inside openrowset call? Here is the syntax for openrowset per BOL. OPENROWSET(provider_name,provider_string,query_syntax)
|
| Specify data source for Tip entitled "Find all customers likely to buy beer" please? | 29 Nov 2005 22:00 GMT | 4 |
|
| invocation.Microsoft::Analysis Services::Adminserver::AdomdException. | 29 Nov 2005 00:51 GMT | 1 |
Hi, When I try to view the lift report on the Microsoft Naive bayes algorithm mining model, I get the following time-out error: invocation.Microsoft::Analysis Services::Adminserver::AdomdException. Would you please let me know how to work around this? Thanks!
|
| Help me! | 28 Nov 2005 22:58 GMT | 3 |
I'm trying the example in "Data Mining Tutorial". Why do I always get the error "login failure:unkown user or incorrect password" while I begin to deploy the project or proccess the model? I have tried the following ways: 1,I have added a new user whose role is dbo into the ...
|
| Datamining Webpart | 28 Nov 2005 04:00 GMT | 1 |
Are there any Webparts for datamining deployment to be used in SharePoint
|
| A simple qestion about creating a mining model about association in SQL Server 2005 | 28 Nov 2005 02:47 GMT | 4 |
I'm a beginner in the data mining:There's a table including mobile(varchar(11)) and typeid(long discrete).The contents like the following: mobile typeid
|
| Downloading files | 27 Nov 2005 09:14 GMT | 1 |
Why are all files downloaded from your site are said to be error or corrupted. And as sush could not see, participate nor gain advantage of your site.
|
| Choice between text and varchar datatypes | 24 Nov 2005 15:46 GMT | 2 |
I would like to know the best design for this scenario. I need to store large, varying length text data(upto 16K) in a table. Should i use varchar(8000) or text datatype? (with varchar(8000), splitting the data if size > 8k)
|
| Model data type (for prediction column) | 23 Nov 2005 21:26 GMT | 5 |
Q: Structure xyz has multiple models of tree, clustering and NB. Say, prediction columns is “Bike Buyer”, of data type continous. Since tree and clustering algos support continous it's OK with them. However,
|
| anormaly detection using tree algo | 23 Nov 2005 21:26 GMT | 4 |
This is q derived from an article on using Excel for anormaly detction by Jamie MacLennan, so, it's more for him. Now, when we talk about anormaly, the first thought is, what is considered 'norm' or 'normal'. And let's continue to use the college plan case/scenario.
|
| Additional Table(s) to an Existing Structure | 23 Nov 2005 20:09 GMT | 4 |
How to add additional table (naturally related to already selected source table) to an existing structure? Maybe the question can also be phrased as how to add new source table to an existing structure. Thanks.
|
| cross validation tehnique in SQL server 2005 | 23 Nov 2005 18:40 GMT | 2 |
I was searching if anything about cross validation technique is written in SQL server 2005 documentation. I didn't find any. Cross validation is very useful for building quality data mining models because the testing dataset and teaching dataset are not static. So what will be the ...
|