My account: Login | Sign Up
Loading... 

Data Mining | Forum profile

Forum profile page for Data Mining on http://technet.microsoft.com. This report page is the aggregated overview from a single forum: Data Mining, located on the Message Board at http://technet.microsoft.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Data Mining" on the Message Board at http://technet.microsoft.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: TechNet Forums - Data Mining (site profile, domain info microsoft.com)
Title: Data Mining
Url: http://forums.microsoft.com/technet/showforum.a...
Users activity: 14 post per thread
Forum activity: 10 active threads during last week
 

Posting activity on Data Mining:

  Week Month 3 Months
Threads: 10 122 259
Post: 10 167 365
 

Data Mining Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ramyasanjana
2
user's latest post:
Unable to find Datamining...
Published (2008-11-27 09:34:00)
hi there        I am unable to find Datamining webcontrol library . Iam unable to find the following in my system .    C:\Program Files\Microsoft SQL Server\90\Samples\Analysis Services\DataMining\Data Mining Web Controls\WebControlsSetup\Debug, and then double-click the setup.exe file.     C:\Program Files\Microsoft.AnalysisServices.DataMiningHtmlViewers\Microsoft.AnalysisServices.DataMiningHTMLViewers.dll file.  ...
Shuvro Mitra
2
user's latest post:
how to set algortihm parameters...
Published (2008-11-27 00:04:00)
I have sent you a reply for this issue. I'm pasting the reply in the thread as well:   1.        If you run the query: SELECT Villageid , Code , COUNT (*) FROM dbo . TimeSeries group by Villageid , Code You get results as shown in Results A below. This means that most of your series have one data point, a few two, and the longest series has 4 points.   2.   Your maximum date is SELECT MAX ( DATE ) FROM TimeSeries 2008-11-28...
Raymond Balint [MS]
1
user's latest post:
"no qualified...
Published (2008-11-26 00:19:00)
The parameters for Association Rules are documented here http://msdn.microsoft.com/en-us/library/ms174916(SQL.90).aspx .   Off the top of my head, if you're using standard edition, you will not see MINIMUM_PROBABILITY, it's an enterprise edition feature. Raymond Balint | Senior Consultant II | Microsoft Consulting - East Region
Jamie MacLennan
1
user's latest post:
the logic of dependency net? -...
Published (2008-11-26 00:02:00)
In general you are correct. However, if there are multiple trees in a model, the lesser splits in one tree may be more important than the primary splits in another tree.  However in a single tree model, the first split should always show as the most important in the dep network (similarly, the third split on one branch could be stronger than the second split on another)   -- www.sqlserverdatamining.com blogs.msdn.com/jamiemac
Florian Stompe
1
user's latest post:
Times Series in AS2008 -...
Published (2008-11-26 07:10:00)
Dear community,   about 2 years ago I posted the following problem. In AS 2005 there was no solution. Is there any approach in AS 2008?   *** I've got a time series of the number of new customer subscriptions, which is the target attribute to predict. The number of subscriptions not only depends on seasonal effects, but also depends on various marketing activities, such as mailings, which are known within the time series for the past....
lasa
1
user's latest post:
Use sub-SELECT instead - TechNet...
Published (2008-11-27 10:29:00)
We have the following table structure:   Customer_table Customer_Id (key) + lots of attributes (inputs) CurrentYearsSinceSigningUp (ignored)   Churning_table Customer_Id (joined) YearsSinceSigningUp (key) ChurnIndicator (predict only)   We can successfully create a decision tree mining model where the ChurnIndicator column is the only predictable. The Customer_table is the case table and the Churning_table is the nested table containing a...
Assoft Design Group
1
user's latest post:
dependency network - correlation...
Published (2008-11-29 08:42:00)
  Hello everybody;   Well i wondered that how the relationships are calculated in dependency network. Are the related attributes have positive  or negative correlation? Because i have a mining model that has 77 attributes and i see that there are some strong relationships in some attributes although they're irrational. So i need to ask this to the experts of data mining team because i don't know the real algorithm or logic in...
Corné
1
user's latest post:
Importing files into SQL Server...
Published (2008-11-27 13:39:00)
Hi, For my project i have to import about 2000 files into a SQL Server 2005 database. Currently those files are stored on the harddisk and i have to import them into a SQL Server 2005 database. The files belong to data in the database and are currently linked by the folder names. The structure how the files are stored at this moment is the following: oot \1 \1.rtf \2 \2.rtf \3 \3.rtf \4 \4.jpg \info.doc \5 \test.dba \wheater.pdf The subfolder...
 

Latest active threads on Data Mining::

TechNet Forums
Started 5 days, 8 hours ago (2008-11-29 08:42:00)  by Assoft Design Group
  Hello everybody;   Well i wondered that how the relationships are calculated in dependency network. Are the related attributes have positive  or negative correlation? Because i have a mining model that has 77 attributes and i see that there are some strong relationships in some attributes although they're irrational. So i need to ask this to the experts of data mining team because ...
Thread:  Show this thread (1 post)   Thread info: dependency network - correlation - TechNet Forums Size: 931 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "dependency network - correlation :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week ago (2008-11-27 13:39:00)  by Corné
Hi, For my project i have to import about 2000 files into a SQL Server 2005 database. Currently those files are stored on the harddisk and i have to import them into a SQL Server 2005 database. The files belong to data in the database and are currently linked by the folder names. The structure how the files are stored at this moment is the following: oot \1 \1.rtf...
Thread:  Show this thread (1 post)   Thread info: Importing files into SQL Server 2005 - TechNet Forums Size: 1,421 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Importing files into SQL Server 2005 :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week ago (2008-11-27 10:29:00)  by lasa
We have the following table structure:   Customer_table Customer_Id (key) + lots of attributes (inputs) CurrentYearsSinceSigningUp (ignored)   Churning_table Customer_Id (joined) YearsSinceSigningUp (key) ChurnIndicator (predict only)   We can successfully create a decision tree mining model where the ChurnIndicator column is the only predictable. The ...
Thread:  Show this thread (1 post)   Thread info: Use sub-SELECT instead - TechNet Forums Size: 2,392 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Use sub-SELECT instead :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week ago (2008-11-27 09:34:00)  by ramyasanjana
hi there        I am unable to find Datamining webcontrol library . Iam unable to find the following in my system .    C:\Program Files\Microsoft SQL Server\90\Samples\Analysis Services\DataMining\Data Mining Web Controls\WebControlsSetup\Debug, and then double-click the setup.exe file.     C:\Program Files\Microsoft.AnalysisServices.DataMiningHtmlVie wers\Microsoft....
Thread:  Show this thread (1 post)   Thread info: Unable to find Datamining webcontrol - TechNet Forums Size: 1,984 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Unable to find Datamining webcontrol :: Data Mining :: TechNet Forums"
TechNet Forums
Started 3 weeks, 3 days ago (2008-11-10 08:47:00)  by ramyasanjana
hi      i generted a mining strucutre   by using timeseries algorithm  by settings default values to parameters as 1. AUTO_DETECT_PERIODICITY   0.6 (default value) 2. MINIMUM_SUPPORT        10 (default value) 3. MISSING_VALUE_SUBSTITUTION   mean 4.PERIODICITY_HINT   { 1 } (default values)   i want to find out monthly prediction thats iam supplying  data as 31 may...
Thread:  Show this thread (11 posts)   Thread info: how to set algortihm parameters for timeseries - TechNet Forums Size: 1,491 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to set algortihm parameters for timeseries :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week, 1 day ago (2008-11-26 07:10:00)  by Florian Stompe
Dear community,   about 2 years ago I posted the following problem. In AS 2005 there was no solution. Is there any approach in AS 2008?   *** I've got a time series of the number of new customer subscriptions, which is the target attribute to predict. The number of subscriptions not only depends on seasonal effects, but also depends on various marketing activities, such as ...
Thread:  Show this thread (2 posts)   Thread info: Times Series in AS2008 - additional input variables? - TechNet Forums Size: 1,578 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Times Series in AS2008 - additional input variables? :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week, 1 day ago (2008-11-26 09:03:00)  by ramyasanjana
  hi there       Iam trying to connect Analysis services from asp.net application to acess the results of the mining model.In  web.config of asp.net application  i do the follwing     <add key="ConStr1" value="Data Source= xyz ;user id=abc ;Initial Catalog= ANALYSIS "/>  <identity impersonate="true" userName="abc" password="@@@" />   then i ...
Thread:  Show this thread (1 post)   Thread info: problem with authetication - TechNet Forums Size: 1,877 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "problem with authetication :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week, 6 days ago (2008-11-21 01:02:00)  by oyen
I'm learning about data mining and am trying to figure out something similar to Amazon's "customers who bought this also bought this". From a different thread, I got the suggestion to use Microsoft Association Rule and that was perfect. I'm reading about Analysis, Data Mining and Algorithms and trying things out at the same time to make sure that I understand things. I am currently stuck with...
Thread:  Show this thread (4 posts)   Thread info: "no qualified association" message - TechNet Forums Size: 1,335 bytes
Related Threads: Same Site | All Sites
Customize:  Customize ""no qualified association" message :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week, 3 days ago (2008-11-24 11:31:00)  by Assoft Design Group
Well i have a question. And thanks now for the people who will answer my question..     How can we learn the most important factors (predictors) that affect a column in our model. Say that, we have a decision tree model and dependency network graph. I thought that the first and second split leafs are most important factors that affect the selected predictible attribute. But ...
Thread:  Show this thread (2 posts)   Thread info: the logic of dependency net? - TechNet Forums Size: 1,095 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "the logic of dependency net? :: Data Mining :: TechNet Forums"
TechNet Forums
Started 1 week, 3 days ago (2008-11-24 15:30:00)  by deepak sv
Hi, I would like to know as how I can implement classification rules algorithm either LERS or Action rules in C#. is there any tutorial as how to implement the datamining algorithms in C#.
Thread:  Show this thread (2 posts)   Thread info: Implementation of Action Rules in C# - TechNet Forums Size: 399 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Implementation of Action Rules in C# :: Data Mining :: TechNet Forums"
 

Hot threads for last week on Data Mining::

Data Mining
Started 1 week, 1 day ago (2008-11-26 07:10:00)  by Florian Stompe
Dear community,   about 2 years ago I posted the following problem. In AS 2005 there was no solution. Is there any approach in AS 2008?   *** I've got a time series of the number of new customer subscriptions, which is the target attribute to predict. The number of subscriptions not only depends on seasonal effects, but also depends on various marketing activities, such as ...
Thread:  Show this thread (2 posts)   Thread info: Times Series in AS2008 - additional input variables? - TechNet Forums Size: 1,578 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Times Series in AS2008 - additional input variables? :: Data Mining :: TechNet Forums"
Data Mining
Started 1 week, 6 days ago (2008-11-21 01:02:00)  by oyen
I'm learning about data mining and am trying to figure out something similar to Amazon's "customers who bought this also bought this". From a different thread, I got the suggestion to use Microsoft Association Rule and that was perfect. I'm reading about Analysis, Data Mining and Algorithms and trying things out at the same time to make sure that I understand things. I am currently stuck with...
Thread:  Show this thread (4 posts)   Thread info: "no qualified association" message - TechNet Forums Size: 1,335 bytes
Related Threads: Same Site | All Sites
Customize:  Customize ""no qualified association" message :: Data Mining :: TechNet Forums"
Data Mining
Started 1 week, 3 days ago (2008-11-24 11:31:00)  by Assoft Design Group
Well i have a question. And thanks now for the people who will answer my question..     How can we learn the most important factors (predictors) that affect a column in our model. Say that, we have a decision tree model and dependency network graph. I thought that the first and second split leafs are most important factors that affect the selected predictible attribute. But ...
Thread:  Show this thread (2 posts)   Thread info: the logic of dependency net? - TechNet Forums Size: 1,095 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "the logic of dependency net? :: Data Mining :: TechNet Forums"
Data Mining
Started 1 week, 1 day ago (2008-11-26 09:03:00)  by ramyasanjana
  hi there       Iam trying to connect Analysis services from asp.net application to acess the results of the mining model.In  web.config of asp.net application  i do the follwing     <add key="ConStr1" value="Data Source= xyz ;user id=abc ;Initial Catalog= ANALYSIS "/>  <identity impersonate="true" userName="abc" password="@@@" />   then i ...
Thread:  Show this thread (1 post)   Thread info: problem with authetication - TechNet Forums Size: 1,877 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "problem with authetication :: Data Mining :: TechNet Forums"
Data Mining
Started 1 week ago (2008-11-27 10:29:00)  by lasa
We have the following table structure:   Customer_table Customer_Id (key) + lots of attributes (inputs) CurrentYearsSinceSigningUp (ignored)   Churning_table Customer_Id (joined) YearsSinceSigningUp (key) ChurnIndicator (predict only)   We can successfully create a decision tree mining model where the ChurnIndicator column is the only predictable. The ...
Thread:  Show this thread (1 post)   Thread info: Use sub-SELECT instead - TechNet Forums Size: 2,392 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Use sub-SELECT instead :: Data Mining :: TechNet Forums"
Data Mining
Started 5 days, 8 hours ago (2008-11-29 08:42:00)  by Assoft Design Group
  Hello everybody;   Well i wondered that how the relationships are calculated in dependency network. Are the related attributes have positive  or negative correlation? Because i have a mining model that has 77 attributes and i see that there are some strong relationships in some attributes although they're irrational. So i need to ask this to the experts of data mining team because ...
Thread:  Show this thread (1 post)   Thread info: dependency network - correlation - TechNet Forums Size: 931 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "dependency network - correlation :: Data Mining :: TechNet Forums"
Data Mining
Started 1 week ago (2008-11-27 13:39:00)  by Corné
Hi, For my project i have to import about 2000 files into a SQL Server 2005 database. Currently those files are stored on the harddisk and i have to import them into a SQL Server 2005 database. The files belong to data in the database and are currently linked by the folder names. The structure how the files are stored at this moment is the following: oot \1 \1.rtf...
Thread:  Show this thread (1 post)   Thread info: Importing files into SQL Server 2005 - TechNet Forums Size: 1,421 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Importing files into SQL Server 2005 :: Data Mining :: TechNet Forums"
Data Mining
Started 1 week ago (2008-11-27 09:34:00)  by ramyasanjana
hi there        I am unable to find Datamining webcontrol library . Iam unable to find the following in my system .    C:\Program Files\Microsoft SQL Server\90\Samples\Analysis Services\DataMining\Data Mining Web Controls\WebControlsSetup\Debug, and then double-click the setup.exe file.     C:\Program Files\Microsoft.AnalysisServices.DataMiningHtmlVie wers\Microsoft....
Thread:  Show this thread (1 post)   Thread info: Unable to find Datamining webcontrol - TechNet Forums Size: 1,984 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Unable to find Datamining webcontrol :: Data Mining :: TechNet Forums"
Data Mining
Started 3 weeks, 3 days ago (2008-11-10 08:47:00)  by ramyasanjana
hi      i generted a mining strucutre   by using timeseries algorithm  by settings default values to parameters as 1. AUTO_DETECT_PERIODICITY   0.6 (default value) 2. MINIMUM_SUPPORT        10 (default value) 3. MISSING_VALUE_SUBSTITUTION   mean 4.PERIODICITY_HINT   { 1 } (default values)   i want to find out monthly prediction thats iam supplying  data as 31 may...
Thread:  Show this thread (11 posts)   Thread info: how to set algortihm parameters for timeseries - TechNet Forums Size: 1,491 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to set algortihm parameters for timeseries :: Data Mining :: TechNet Forums"