| Thread | Last Post | Replies |
|
| Logistic regression prediction formula | 26 Apr 2007 07:28 GMT | 1 |
In our application, we are trying to calculate predictions from logistic regression after we extract from the mining model contents the estimated coeficients. We understand that we have to "standrize" the input variables before we multiply them by the coeficients but we did ...
|
| Help using MDX | 26 Apr 2007 07:08 GMT | 1 |
Could any one give suggestion how to use the DMX queries to query a decsion tree?..i want to use the query in query analyzer. Regards Sudarshan
|
| How to query | 26 Apr 2007 07:05 GMT | 1 |
New to this SQL query thing and have been playing. What I'm trying to do is pull info conditionally through a query. For example, say there are two tables named NAME and DATA. The two tables are tied together with an account number. Within the DATA table there are
|
| Decode an IP Address in Query Analyzer | 25 Apr 2007 21:44 GMT | 1 |
Does anyone know how to decode the IP address in a Query Analyzer window. I know how to decode the date/time but need the address. Thanks.
|
| Deployment and Processing Seems to be hanging | 20 Apr 2007 14:00 GMT | 3 |
Hi I am a newbie at SQL Server 2005 Data Mining. I am attempting to follow the steps in Jamie MacLennan's book.I have created my MovieClick Structure and 2 mining models.The FIRST time I attempted to Process the model, It deployed quickly and started to process. I AM AWARE THAT ...
|
| Lift Table -or- Gains Table | 19 Apr 2007 07:58 GMT | 2 |
Does anyone know a way to get a table that shows the "Lift" chart results in a table format split by segments of the chart? For example, Seg 1 - 10% of file - 15% of responders Seg 2 - 10% of file - 13% of responders Seg 3 - 10% of file - 7% of responders
|
| How useful is Sequence Clustering algorithm? | 19 Apr 2007 07:55 GMT | 3 |
I'm having serious problems with the performance of SequenceClustering algorithm and I would like to know whether it is I that am doing something wrong or is it the algorithm's limitations. Here is the situation: I need to examine clickstream data in order to be able to predict ...
|
| Constructing a singleton query from a relational data source | 18 Apr 2007 01:42 GMT | 3 |
I can't seem to do the following (in pseudo code) select prediction of an attribute from a data mining model natural prediction join
|
| Potential connection issue | 09 Apr 2007 14:26 GMT | 1 |
All, I'm having a difficult time troubleshooting a connection issue between my client computer, and the Analysis server. Both are on my private network at home (two separate computers). I can connect to the Analysis Server via
|
| Data Source View | 04 Apr 2007 18:53 GMT | 3 |
I've got a situation where I need to pull data from a few tables, then do some comparison, and then aggregate them into a new dataset. The final dataset will be passed to Reporting Services to be used as the back end data. I don't see any other way rather than processing the ...
|
| Building my first model | 03 Apr 2007 09:39 GMT | 1 |
I hope this newsgroup is kind of free to ask whatever and whenever i need to know about datamining , because i am starting with my first data mining model in SQL server 2005 and i will have lots of questions. I have two tables one is a item dimensional table and the second one is ...
|
| Training Decision Tree | 01 Apr 2007 14:39 GMT | 9 |
I have a data set where in the last column is the name of the class where each data row belongs. I want keep an amount of records for validation and the rest for training the decision tree. How can this be done?
|