Data Integration Services

I am doing a data mining project using the census bureau data set. The data set is a pdf, so I saved it as a text file, I imported as a flat source file and am trying to create my data source? But am having trouble with this? Please help?

[247 byte] By [chris729] at [2008-3-6]
# 1
Can you post details of the errors you're seeing? This might be a question for the Integration Services forum.
RamanIyer at 2007-9-9 > top of Msdn Tech,SQL Server,Data Mining...
# 2
i fixed the error. but thanks. Perhaps, you could help me with Analysis services, Data source views. Under the Data source views tab select tables and views, if I only have one file of data with columns and rows, is it possible to data mine this one file. or should i be incorporating more files?
chris729 at 2007-9-9 > top of Msdn Tech,SQL Server,Data Mining...
# 3

There are no specific restrictions on the number of tables you need to use to perform data mining. You can certainly mine data in a single file/table if that contains the attributes you're interesting in mining.

For example, you could have a single customer table with demographic information like age, income and so forth and you could apply several of the available algorithms to it to derive interesting patterns - clustering to group together similar customers, decision trees to classify them based on how they behave with respect to a predictable attribute or naive-bayes to explore dependencies and differences between attributes for customers.

RamanIyer at 2007-9-9 > top of Msdn Tech,SQL Server,Data Mining...
# 4

How would you implement the MS Time series algorithm to predict population patterns? or would you suggest I use MS decision trees?

Thanks

chris729 at 2007-9-9 > top of Msdn Tech,SQL Server,Data Mining...
# 5
Create a table with date and columns for each series you want to analyze
JamieMacLennan at 2007-9-9 > top of Msdn Tech,SQL Server,Data Mining...

SQL Server

Site Classified