-2
votes
0answers
9 views

Text Data Statistics [closed]

I want to scrape a job site then run a statistical analysis on the data over a number of years to find the top used keywords, top locations, etc based on the number of occurrences/frequency of words ...
-1
votes
0answers
32 views

What are some Ruby Gems that were designed to assist in Data Mining? [closed]

It's looking like I may get my feet wet with a data mining by working with a company where my tasks would consist of very simple data syntax re-structuring (to assist in actual mining, with a tool ...
0
votes
1answer
37 views

event log tabulation table

So I am not sure which if any tabulation function to use within R for my problem. Basically I have a set of Data (an event log) with various user-ids as the reference and then specific products for ...
-4
votes
1answer
50 views

Pattern recognition in URLs [closed]

I am trying to build a model that can identify new patterns in a URL. So if I have a test set like the following (think about thousands of URLs in the training set instead of 3 like below): ...
-2
votes
2answers
291 views

data mining project idea [closed]

I am thinking of doing a data mining project that will help me to learn the concepts. I am looking for some suggestions on: where is the most optimal place to start any suggestions about meaningful ...
-3
votes
1answer
46 views

What is the most suitable dataset? [closed]

Hi I am making a data mining application that can classify patients to their correct diagnosis, based on their symptons. I was wondering if anyone knew what is the most suitable dataset I need and ...
-4
votes
1answer
68 views

Data Dispersion measures for finding groups in data set [closed]

How can one find groups in data by using range, quartiles, boxplots, vaiance & standard deviation. eg: if i have a small data set of sales then how can i accomplish this thing. item1 item2 ...
0
votes
1answer
44 views

Possible metrics to derive from a multitude of partially overlapping latency data? [closed]

I have a massive application littered with latency measurements which end up in log files, and which can be parsed out into a table like this: SecsSinceNoon NumObjsMadeInFuncFoo SomeFuncBar ...
2
votes
1answer
97 views

Music feature extraction/Music Information retreival tools

I'm getting started with a project on using data mining and machine learning algorithms for music feature extraction and information retrieval. Can you suggest me some tools for the same _ firstly we ...
1
vote
2answers
101 views

How to get several columns from BigQuery?

I am querying the github public dataset on BigQuery. Currently, my best query for what I need looks like the following. SELECT type, created_at, repository_name FROM [githubarchive:github.timeline] ...
0
votes
0answers
27 views

How to Find the Timeliness words?

Now I have many search engine keywords (user searched before), and I have the search counts statistics of the each words, How to find the timeliness words? eg: rain(happens in some day),big news(user ...
1
vote
1answer
421 views

randomForest's importance only contains MeanDecreaseGini

I have two scripts which both generate random forests in R, which as far as I can work out have the same inputs, although my problem suggests this isn't the case. One of them returns an importance ...
-5
votes
2answers
68 views

How I can know that a machine learning is good for a data set?

How I can know that data mining specialy Machine Learning on a database can give me a result! I mean How I can predict that there's a relation between the input data and the output data before to ...
-3
votes
1answer
110 views

Get data from Wiki to CSV file / database

what is the easiest way to get some data from wikipedia? I would like to get it as CSV file. Basically the data what I would like to get is just list of names. For example, all the British actors ...
0
votes
1answer
173 views

Wrong output of mahout PFPGrowth algorithm?

im using latest trunk version of mahout's PFP Growth implementation on top of a hadoop cluster to determine frequent patterns in movielens dataset. In a previous step i converted the dataset to a list ...
1
vote
0answers
100 views

summarizing the two similar articles [closed]

I was searching about summarizing two articles like two same news in two different newspapers , i read some research papers where it calculates weight of the word and then printing the lines with max ...
1
vote
2answers
143 views

Effects of Sparsity of dataset in data mining [closed]

Hi i would like to ask how will sparsity in datasets (Multiple zero values in most dimensions) affect the search efficiency or accuracy when using Distance matrices (euclidean). I have tested such ...
3
votes
2answers
288 views

Develop algorithm to analyze words

I have am working on a project where I have seven "posts." The posts are just a sentence or two about the subject. What I need to do is to develop an algorithm which looks through the posts and ...
0
votes
1answer
142 views

Clustering by assigning weights to the attributes

I have a data set in excel sheet which i need to cluster it by assigning weights. How can I do it? thanx in advance Data mining
3
votes
1answer
161 views

Can I perform Generalized Iterative Scaling in R?

I'm looking to port our homegrown platform of various machine learning algorithms from C# to a more robust data mining platform such as R. While it's obvious R is great at many types of data mining ...
1
vote
1answer
309 views

fuzzy c- means categorical data

can the fuzzy c-means applied on non numerical data sets ? i.e categorical or mixed numerical and categorical.. if yes (I hope so :( ): how we calculate cluster centers ? If NO , what is the ...
0
votes
2answers
114 views

Can one Twitter account lead to every other Twitter account?

Well, I'm sure all of you are aware of the Wikipedia 'Easter egg' that enables a user to follow every first embedded link in each article to an eventual link to the /Philosophy page. Is it possible ...
0
votes
1answer
33 views

exporting data from a website

i would like to make an application that will export some data, that i will choose, from a website like Google books (such as the tags of each book). Can you tell me which is the best or preferred ...
1
vote
2answers
489 views

mixed variables (categorical and numerical) distance function

I want to fuzzy cluster a set of jobs Jobs Attributes ** are: 1-**Categorical: position,diploma, skills 2- Numerical : salary , years of experience my question is : how to calculate the distance ...
3
votes
2answers
202 views

A basic question about data mining

Using data mining, we are able to find useful patterns in a large set of data using techniques like correlation etc etc and there must exist some open source tools for this (what are some examples?). ...
0
votes
1answer
204 views

Getting sales data for data mining

I am working on a data mining project that requires massive sales data of retail stores. Is such kind of data available online? I tried to Google but all I got was some really sketchy datasets Any ...
1
vote
2answers
78 views

Language to write prototype

What is good language\framework for fast prototype web project with some data mining? I mean collect data from other web sites\services, working with graph data structures, morphology, calculations ...
1
vote
3answers
324 views

Which is the best clustering algorithm to find outliers?

Basically I have some hourly and daily data like Day 1 Hours,Measure (1,21) (2,22) (3,27) (4,24) Day 2 hours,measure (1,23) (2,26) (3,29) (4,20) Now I want to find outliers in the data by ...
0
votes
1answer
35 views

What use do people find from getting the visitors ISP from geolocation services?

I know the question borders between something that can be answered or discussed, but with just examples should be enough. I'm working on BI and part of the data contained is the ISP from visitors. ...
1
vote
2answers
49 views

Filtering information from large bodies of text

Is there a best practice, algorithm or software (open source with a permissive license required...) which can find information from bodies of text? I'm referring to: find all email addresses in a ...
0
votes
1answer
430 views

structured text and unstructured text

With respect to the data mining, what are the differences between structured text and unstructured text? What are the major considerations when choosing/developing data mining approaches for analyzing ...
2
votes
3answers
507 views

Library/Framework for Generalized Sequential Pattern Discovery?

I have a CSV file of the following format: session_id,time,item where the possible amount of items is huge. Which framework/library fits best for that problem (Generalized Sequential Pattern ...
4
votes
2answers
707 views

Must Read/ Favorite Papers in Database and related fields [closed]

Please recommend what you consider to be the most important or just favorite papers in Database Management, Information Systems, Data Mining etc. Here are couple that I think are important ...
1
vote
1answer
647 views

Data Sets For Data Mining Tasks

Guys i am relatively new in the field of Data Mining.I am currently doing Some Data preprocessing algorithms such as PCA and min max Normalization.Our professor said we could download the data sets ...
3
votes
3answers
500 views

simplest feature selection algorithm

I am trying to create my own and simple feature selection algorithm. The data set that I am going to work with is here (very famous data set). Can someone give me a pointer on how to do so? I am ...
0
votes
1answer
252 views

Converting data into information:Where to start?

We(my company) runs a website which have lots of data recorded like user registration,visits,clicks, what the stuff they post etc etc but so far we don't have a tool to find out how to monitor entire ...
0
votes
3answers
301 views

SQL Server Data Mining resources

I'm new to Data Mining but not that new to SQL Server. I'm looking for best resources to get me what I want as fast as possible. I want to know about SQL Server Data Mining. Is there any resource(s) ...
5
votes
3answers
807 views

Decision Tree Learning and Impurity

There are three ways to measure impurity: What are the differences and appropriate use cases for each method?
2
votes
1answer
296 views

Regarding RandomTree in Weka

I was playing around with weka when i observed a minNum field in the RandomTree configuration. I read the description which said "The minimum total weight of the instances in a leaf". However, i ...
4
votes
5answers
1k views

Find 3-8 word common phrases in body of text using PHP

I'm looking for a way to find common phrases within a body of text using PHP. If it's not possible in php, I'd be interested in other web languages that would help me complete this. Memory or speed ...
0
votes
1answer
199 views

Data mining town and city names

I want to be able to create a full list of cities and towns for any given country. I have been looking at the google maps api, but it seems to not be suited for the purpose given that it doesn't ...
3
votes
5answers
380 views

data clustering algorithm

what is the most popular text clustering algorithm which deals with large dimensions and huge dataset and is fast. I am getting confused after reading so many papers and so many approaches..now just ...
0
votes
1answer
47 views

where can i find data to apply data mining techniques?

Are there any websites that provides data (of any topic) to apply data mining techniques such as classification and association rules
2
votes
5answers
1k views

Interesting data Mining Websites

where can i get Data of any interesting topic in which i can apply data mining techniques like clustering , classification or association rules?
3
votes
2answers
352 views

are there any useful datasets available on the web for data mining?

Does anyone know any good resource where example (real) data can be downloaded for experimenting statistics and machine learning techniques such as decision trees etc? Currently I am studying machine ...
0
votes
3answers
968 views

Medical Machine Learning Data Set

I'm researching Medical Data set which includes variable concerning illnesses and treatment type. For example illnesses is colon cancer, it's decision variables (x,y,z,t) and treatment type is ...
0
votes
1answer
89 views

Data browsing/queriying tool for loosely structured data

I have a set of statistical data (about 100M size), which is organized in key-value pairs, some of the values are just numbers (e.g. like person's age or weight) and some are hierarchical (e.g. like ...
1
vote
1answer
86 views

What technique would you use to find similar people with the same social profile as you? (computer science)

Let's take your Facebook social profile. There are interests, activities, movies, music, and tv-shows. You have these 5 things, in text, of course. Given your social profile and 10 other people, we ...