| Thread | Last Post | Replies |
|
| trouble with viewing lift chart | 29 Feb 2008 06:52 GMT | 3 |
I'm having _occasional_ trouble viewing my lift charts. I'm using Visual Studio and SQL Server 2005. The error I get is always: ---------------- Failed to execute the query due to the following error:
|
| Problem passing DBNulls in a DataTable parameter of AdomdCommand | 28 Feb 2008 20:53 GMT | 2 |
The following code would fail, with the error: "The '' string cannot be converted to the double type." when trainTable contains rows with DBNull in some of the columns. How can I pass NULL to MSAS?
|
| Retrive score in Logistic Regression (Microsoft Neural Network Viewer - SQL Server 2005) | 19 Feb 2008 13:55 GMT | 1 |
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
|
| calculating correlation coefficient | 18 Feb 2008 06:51 GMT | 1 |
The end game is that I want a report to show me the correlation (number between -1 to 1) between each 2 items in my transactional database. 1. Is there a way to have an SP or function that calculates correlation for 2 clms in a table?
|
| Clustering wrong results in SQL 2005 | 15 Feb 2008 19:07 GMT | 4 |
I'm testing clustering model with simple data and I found weird wrong characteritics. The mining model: CREATE MINING MODEL [Test1 MM] (
|
| When the hash will involve in explain plan? | 05 Feb 2008 18:02 GMT | 2 |
We runt he following question against both QA and Prod, but the sorting of the data is different even though both server's sorting and table/index structure are the same. (Region table -- clusterind:Region_number; Bank table -- clusterind:BankID; Fileset table -- clisterind ...
|
| More dates issues | 05 Feb 2008 17:07 GMT | 1 |
I'm stumble on a project so I would appreciate someone's help. I've a company which sells several service contracts everyday with duration from one to 36 months. The tbl parameters are as follows: ID, cost, activation_date, start_date, end_date .. among many other fields.
|
| Neural Networks | 05 Feb 2008 17:06 GMT | 1 |
Is it possible to change\set the maximum iterations in the training process of a neural network?
|