| Thread | Last Post | Replies |
|
| ADO.NET Failed to load msxmlsql.dll | 16 Feb 2006 20:52 GMT | 1 |
ADO.NET Failed to load msxmlsql.dll How to fix this error? System.Data.SqlClient.SqlException: Failed to load msxmlsql.dll. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
|
| Decision Trees - Bayesian Dirichlet Equivalent | 16 Feb 2006 07:57 GMT | 4 |
The default scoring method used in the Decision tree algorithm is Bayesian Dirichlet Equivalent with Uniform Prior (4). 1. Internally, instead of a decision tree, is it stored as a Bayesian network or decision graphs?
|
| Data mining | 16 Feb 2006 07:56 GMT | 2 |
I am trying to find more about data mining description. Something like definitions of it. I heard about things like predictive models, classifications, regressions, clasters, sumarisation, etc. but still I couldn't find real meaning in data minig of those words. Can you tell me ...
|
| DMX Query | 16 Feb 2006 04:57 GMT | 2 |
I am having a DMX Query as follows. SELECT [Englishproductname],( SELECT $TIME, [Profit], PredictVariance([Profit]) FROM PredictTimeSeries([Profit],5)) FROM [ProductSales_Forecast] It displays as English productname and the Expression as columns.
|
| hosting: analsys services 2005?? | 15 Feb 2006 19:40 GMT | 2 |
Where could I host my sql server 2005 applications such as sql reporting services, SSIS, analysis services data mining stuff ?? TIA...
|
| Is the technology of 'Markov's chain' used? | 15 Feb 2006 00:20 GMT | 2 |
Hello,the term of 'Markov's chain' was mentioned in the message of http://www.sqlserverdatamining.com/DMCommunity/Newsgroup/2274.aspx . But after browsing the content of http://msdn2.microsoft.com/en-us/library/ms175462.aspx ,I get the idea that Markov's chain is unnecessary in ...
|
| PMML | 14 Feb 2006 21:47 GMT | 1 |
Where Can I Get a PMML Model Consumer? I need an aplication able to read and apply PMML Models...
|
| PredictTimeSeries function stops predicting? | 14 Feb 2006 17:49 GMT | 1 |
After I installed release version of SQL Server 2005 I encountered a strange behavior of PredictTimeSeries function. It stops to predict values after some prediction steps. For example, the query SELECT FLATTENED PredictTimeSeries([ORDER AMOUNT], 30) FROM [SALES BY DATE]
|
| Identifying periods of High Volatility | 14 Feb 2006 15:11 GMT | 7 |
I am new to Data Mining and have begun using Data Mining with SQL Server 2005. I intend to identify a sudden increase/decrease [high volatility] in stock prices. My DB Table consists of Attributes: 1) Stock Price at end of trading day 2) Date [Data is collected for each stock once ...
|
| why is DecisionTree view arranged in the Mining Model Viewer of Time Series? | 14 Feb 2006 11:00 GMT | 5 |
when I use the mining modle viewer of time series modle in BI Development,the decision tree view appears. I don't understand the relationship between the decision tree and the time series modle.So I am puzzled to it. Whould you please tell me the relationship between them and the ...
|
| Text Mining With Sql server 2005 Analysis Services | 14 Feb 2006 07:19 GMT | 1 |
Can any one give me step by step process to do text mining on sql server 2005 I have collection of text files and i want to extract some information from them. Thanks in Advance Satish
|
| Algorithm plugins | 13 Feb 2006 21:08 GMT | 3 |
I'm not a COM wizard so any suggestions on how to debug these? Do you need to somehow attach to the main Analysis Services service?
|
| Seattle SQL 2005 Reporting services | 13 Feb 2006 05:20 GMT | 2 |
Sorry for the blatant ad, but we're looking for help -- any recommended firms in seattle area up to speed on 2005 reporting services?
|
| finding trends in arrivals using datamining | 10 Feb 2006 11:40 GMT | 4 |
My Name is Aric Katz and i am working AT Rafael (Israel), that is an aero-space and defense company, as a head developer on project management systems parallel to my job I am working on my PhD and I am trying to implement some mining models to figure out the trends of arrivals to ...
|
| predict function error: results get repeater over and over | 10 Feb 2006 03:10 GMT | 4 |
I am getting strage results when I try to run prediction query. Lets consider the following structure/model: drop mining model mym_ar drop mining structure myst
|