-1
votes
0answers
31 views

How to produce cost matrix in r

How to get a cost matrix for a huge data set with 50000 instances using R programming. Data: 1 022 F O 044 0 N 31 12 00P 0012 Y Y N Y 0048 731 0.000000 Y N ...
-2
votes
0answers
34 views

how to plot a bar plot for different categories in r?

I am trying to plot graphs separately for good and bad customers for all variables. In the below data, last column represents good(0) and bad (1) customers. The best i could do is counts <- ...
1
vote
2answers
82 views

Data Mining in Lisp

I'm looking for a way to accomplish data mining tasks in Common Lisp; does anything exist that would make this possible? I found Incanter for Clojure, but I have to stick to Common Lisp for the task ...
1
vote
0answers
25 views

iterated conditional mode E step EM

I wanted to know what is the mathematical justification for using ICM as an approximation for the E step in an EM algorithm. As I understand in the E step the idea is to find a distribution that is ...
1
vote
3answers
55 views

How to determine if a current set of data values represent or relate to previous historic data values?

I am trying to develop an method to identify browsing pattern of a user on the basis of page requests. In a simple example I have created 8 pages and for each page request from the user to the page I ...
-3
votes
1answer
99 views

Planning to understand Big Data, Please help me out [closed]

I'm a software engineer working for a chip design company. Currently i'm using Microsoft technologies and languages like C++, and C#.NET, and databases like SQL server, Oracle and Access. I'm more ...
2
votes
2answers
107 views

Similarity score for mixed (binary & numerical) vectors

I have a dataset which the instances are of about 200 features, about 11 of these features are numerical (integer) and the rest are binary (1/0) , these features may be correlated and they are of ...
1
vote
1answer
272 views

ID3 and C4.5: How Does “Gain Ratio” Normalize “Gain”?

The ID3 algorithm uses "Information Gain" measure. The C4.5 uses "Gain Ratio" measure which is Information Gain divided by SplitInfo, whereas SplitInfo is high for a split where records split evenly ...
-4
votes
1answer
70 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
0answers
95 views

business revenue applications of machine learning and data mining [closed]

What are some areas of application of machine learning and data mining algorithms, which is directly used to generate revenue for the business? For example, I know that a lot of data companies simply ...
1
vote
1answer
26 views

What kind of stats and info can I get (mine) from time series data?

I have a database with time series data of different solar power plants: how strong was the sun and how much power that plant created / harvested. This data is in 15 min increments. I would like to ...
0
votes
1answer
63 views

Filtering values out of two dimensional data in R, comparing themselves

I'm analyzing USA election data, candidates contribution, etc. So I got raw data from internet and trying to learn some R executing some exercises in it. This is a CSV file that I successfully ...
0
votes
1answer
2k views

how to calculate nMSE(normalized mean squared error) and aMSE(average mean squared error)? [closed]

I had google many times,tried to figure out what is nMSE and aMSE,but it still make me confused.Does anyone know about nMSE(normalized mean squared error) and aMSE(average mean squared error)? In ...
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 ...
0
votes
0answers
79 views

detecting sock puppets

I am building a web app in which users can create certain objects and also give positive or negative ratings on those objects. Such ratings feed into the ratings of the creators of those objects. I ...
0
votes
1answer
500 views

When to use PCA and when to use SVD? [closed]

Can anyone shed some light on when to use SVD and when to use PCA? In predictive modeling, PCA is usually used for dimension reduction for other modeling techniques. However, I see SVD more frequently ...
0
votes
3answers
89 views

How to evaluate and explain the trained model in this machine learning?

I am new in machine learning. I did a test but do not know how to explain and evaluate. Case 1: I first divide randomly the data (data A, about 8000 words) into 10 groups (a1..a10). Within each ...
0
votes
0answers
130 views

Python Multivariate Analysis? - to Produce a unique ID from record pairs of 3-10 in a 3.6M Recordset?

I am new to data mining and rough on stats and python. We have an issue where we have case_reports table from a certain govenment agency in a mysql db where we have 1 or multiple fields of id : ...
0
votes
1answer
386 views

How to fit linear model after principal component analysis

I've done a princomp analysis on four columns of my dataframe, and found that the first component is overwhelmingly more important than the other three. Now I want to fit a linear model using the ...
2
votes
0answers
3k views

R error: `contrasts<-`(`*tmp*`, value = contr.funs[1 + isOF[nn]]) [closed]

I got R error about "contrast" in 2 situation: first I tried to use caret package to do the variable selection. I applied this: x<- mydata[,-1] y <- factor(CLICK_FLG) ctrl<- ...
0
votes
1answer
163 views

Missing data and Attributes selection

My data is 1,785,000 records with 271 features. I'm trying to reduce number of features used to build the model. Q1. while exploring the data I found that some features are almost all missing data, ...
4
votes
1answer
290 views

Looking for a simple machine learning approach to predict final exam score from training set

I am trying to predict test reuslts based on known previous scores. The test is made up of three subjects, each contributing to the final exam score. For all students I have their previous scores for ...
2
votes
4answers
1k views

comparison of various machine learning (ML) libraries/tools [closed]

From last couple of days I am looking for some good Machine Learning (ML) library and to my surprise I found quite a lot. Initially, I was interested in only libraries which have the C/C++ support but ...
1
vote
2answers
334 views

Find statistical correlations in a relational database

I have a large SQL database of associations between state features and a reward metric. e.g. A ^ B ^ C ^ D ^ Action(E) => 0.1 F ^ G ^ W ^ D ^ Action(R,P,H) => 0.9 A ^ T ^ U ^ Y ^ Action(A,S) ...
0
votes
1answer
1k views

Any C++ data mining library which also have the support of mysql?

Does any one know any good C++/C library for data mining which can be integrated with mysql.Basically I want something using which I can apply clustering , classification or association rules on a ...
3
votes
3answers
144 views

R packages to look for misentered data

I'm dealing with a data set that has some obvious errors in the data (ie kid that's < 1yr old with a $50,000 credit card balance). I can't go thru line by line as set is >100k lines. Is there any ...
12
votes
5answers
4k views

Non-linear regression in C#

I'm looking for a way to produce a non-linear (preferably quadratic) curve, based on a 2D data set, for predictive purposes. Right now I'm using my own implementation of ordinary least squares (OLS) ...
1
vote
1answer
744 views

Data mining for significant variables (numerical): Where to start?

I have a trading strategy on the foreign exchange market that I am attempting to improve upon. I have a huge table (100k+ rows) that represent every possible trade in the market, the type of trade ...
1
vote
2answers
698 views

statistics, machine learning and data mining

I am currently doing some learning in data mining. And I have the following questions. what is the relationship between machine learning and data mining? I found many data mining techniques are ...
3
votes
2answers
423 views

Which set of python libraries i should learn for AI and Data mining stuff

I am learning python and django. I need to do extensive stuff for data parsing , stats , AI and data mining. There are many libraries available. so I want to know which SET I should learn. Currently I ...
0
votes
1answer
315 views

Analyzing mysql data

I'm totally new to data analytics, and was wondering if anyone had any suggestions of how to start? Here's the problem I am trying to solve. I have a mysql database that gets anywhere from 20 rows ...
1
vote
1answer
657 views

Calculate variance of 3 or more attributes with known frequencies

I want to calculate the variance in a dataset collected at a given time (t) for which we know the frequency of the conditional and decision attributes. Every conditional attribute can take 3 ...
1
vote
2answers
97 views

Big Data Processing At the Click of a Button

If you have an application that performs some heavy calculation on a large data set, and the results must be returned as quickly as possible at the click of a button, what are some architectural ...
1
vote
1answer
218 views

How to organize data for Mutllevel modeling - Decision Tree, Classification, or Regression

I have three tables - Sales Manager, Customer, and Order. Each sales manager has multiple customers, and each customer can have multiple orders. I am interested in determining if certain attributes ...
0
votes
1answer
122 views

Matching Based on Arbitrary Categories and Similarity Measures

I have customer database who have certain attributes, and a customer type. The collection of attributes can vary (they do come from a finite set though), and when I look at a new customer with unknown ...
4
votes
4answers
239 views

How does statistical calculation of “similar products/music/…” from customer buying/listening behaviour work?

I mean product suggestions on Amazon or more specifically similar band recommendation on Last.fm. Given that you can store the complete listening/buying behaviour of your users (WHO listened to WHAT ...
1
vote
1answer
60 views

How good is my error in data mining

I'm trying to calculate how good are my measurements in machine learning! Let's say that I have five choices, and that error is 4,2, 0.002, 3, 6. Naturally, I will pick third one for the hit, but I ...
13
votes
6answers
1k views

Ways to calculate similarity

I am doing a community website that requires me to calculate the similarity between any two users. Each user is described with the following attributes: age, skin type (oily, dry), hair type (long, ...
1
vote
3answers
1k views

How do you detect outliers on multivariate data? [closed]

See: What is the best way to identify outliers in multivariate data? I am trying to do a regression problem but I have 3 independent variables and not 1 so it is hard to detect outliers from a ...
5
votes
7answers
184 views

algorithms to evaluate user responses

I'm working on a web application which will be used for classifying photos of automobiles. The users will be presented with photos of various vehicles, and will be asked to answer a series of ...
15
votes
3answers
8k views

R Random Forests Variable Importance

I am trying to use the random forests package for classification in R. The Variable Importance Measures listed are: mean raw importance score of variable x for class 0 mean raw importance score of ...
0
votes
1answer
612 views

Using Datamining/Statistics for Log Monitoring

I have a large set of log files that I want to characterize or possibly add some kind of decision tree or some kind of analytics. But I don't know exactly what. What kind of analysis have you done ...