| Thread | Last Post | Replies |
|
| data sampling for a training data set | 26 Jan 2006 03:00 GMT | 1 |
If I have a classification problem where 10 % of my customers churn and 90 do not churn, should I build traing sets for my models that reflect this reality? Or is it best to give my model a training set with 50 % of each cases. Will this give my model enough information so that ...
|
| Updating tables with cursor | 24 Jan 2006 21:20 GMT | 1 |
I've build program that needs to update data, in very complex way, so i had to use cursor for use it. The cursor works fine. But i need also to update the current record of the cursor
|
| RE: Errors in the back-end database access module. OLE DB was unable to convert a value to the data type requested for column | 23 Jan 2006 19:52 GMT | 1 |
> I am new to time series, > I trying to build a time series model on real estate search data. > I have basically built a mining structure with a datetime keyTime and StateCode which a text as Key |
| errors in back-end database | 23 Jan 2006 19:48 GMT | 1 |
Errors in the back-end database access module. OLE DB was unable to convert a value to the data type requested for column 9. Errors in the OLAP storage engine: An error occurred while processing the 'Suppliers Fact' partition of the 'Suppliers Fact' measure group for the ...
|
| Storing files on sql server | 23 Jan 2006 19:32 GMT | 1 |
I have documentation Program as part of client data. In the program each user can store files for each client. The files are mostly TIFF, and in some times PDF, or XLS, DOC. Today i store the files in the server.
|
| Foreign key contraints or not | 23 Jan 2006 19:31 GMT | 1 |
I have a problem with convincing my coworker on using foreign keys in database. He doesn't want to use foreign keys. His arguments are: They're not nesessary as long as you
|
| how to create data source | 23 Jan 2006 06:00 GMT | 1 |
I am just starting to use the SQL Server 2000 Analysis Services. I have created a data source but i did not save the password as i was "told" by the system that "it's unsafe as the password stored will be unencrypted" However, when i tried to create a cube , it says login failed ...
|
| Suspicious Standard-Deviation in Time Series | 22 Jan 2006 21:58 GMT | 2 |
I'm running the time series algorithm on the "Adventure-Works" Cube (specifically on dimension "Product" key "Subcategory", time dimension "Date" key "Time Key", measure "Internet Sales Amount"). I'm getting in many cases standard deviation "1". This is a suspicious value. Does any ...
|
| Score via DMX | 22 Jan 2006 18:00 GMT | 3 |
Is it possible in someway to execute some DMX statement against a trained model and recive a "score" or a measure, or anything, that describes how well the model will perform predicting? I would like to be able to compare many models using code and DMX, /Erik
|
| creating data mining objects using DMX language | 19 Jan 2006 21:20 GMT | 4 |
I am creating mining structures and mining models using DMX language. First I create Mining model, for example: CREATE MINING MODEL [myModel] ( list of attributes, content types, data types...) USING SomeAlgorithm (AlgParameters)
|
| Creating and dropping models using SQL | 19 Jan 2006 19:34 GMT | 3 |
Is it only possible to execute SELECT DMX statements from SQL via 'OPENQUERY'? I would like to do things like this; SELECT * FROM OPENQUERY(ASLOCAL, 'DROP Mining Structure sGLDetCostDebet') But I get this error message;
|
| SSIS for processing cubes | 18 Jan 2006 16:50 GMT | 1 |
Are there any examples, information to build a SSIS package to process the cubes/mining models ?
|
| How to change Storage location of SSAS Database Instance | 17 Jan 2006 03:45 GMT | 1 |
Platform: SQL Server 2005 Analysis Services on W2K3 While creating regular databases, I know how to change the storage location of database files. By default SSAS2005 points "C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data"
|
| Cannot save - read-only | 17 Jan 2006 03:40 GMT | 3 |
Every time I try to do anything even to the tutorial db's, I get an error saying that I cannot save because the database or object is read-only. Also, I've added my own db and a datasource, but it does not save my dimensions or anything, and I cannot connect via the datasource ...
|
| Need help on SQL2005 | 17 Jan 2006 01:47 GMT | 3 |
Got the following error while creating Time Dimension. Using W2K3, SQL Server 2005, Visual Studio 2005. Source database and target SSAS Database are all on my local workstation. Unlike treditional Visual Studio projects, I do not see add references option for Analysis Services ...
|