-3
votes
1answer
30 views

How to classify a set of user visits into 'sessions'?

I have a set of user visit logs from browser, but there is no session id in it. I hope to find a good method to classify the visit logs into sets, treat the sets as sessions. Hope to find a good ...
4
votes
2answers
125 views

Predicting sentiment of future tweet on twitter

I'm trying to predict the sentiment of the next tweet posted by a twitter user. Right now I have the following steps (step 1 and 2 are already implemented in python): Learn how to classify a tweet ...
-1
votes
1answer
91 views

Classifier options greyed out in Weka [closed]

I have numeric data which has missing values. I want to classify the data using Naive Bayes Classifier in Weka but the option is grayed out. Please help.
1
vote
1answer
58 views

Orange for Data Mining and Unseen Test Sets

I'm using Orange for Data Mining (http://orange.biolab.si/) 1 and LinearSVM in particular. Is there a way to save the learned model and use it with unseen test sets? I need to see the prediction ...
-3
votes
2answers
157 views

How generate an artificial data set through a simple simulation model for Classification analysis with Binary Response and 4-5 features? [closed]

I need a simulation model that generate an artificial classification data set with a binary response variable. I then want to check the performance of various classifiers using this data set. The data ...
0
votes
2answers
121 views

Choosing classification algorithm to classify mix of nominal and numeric data?

I have a dataset of about 100,000 records about the buying pattern of customers. The data set contains Age (continous value from 2 to 120) but I have plan also to categorize into age ranges. Gender ...
4
votes
1answer
251 views

Mixing categorial and continuous data in Naive Bayes classifier using scikit-learn

I'm using scikit-learn in Python to develop a classification algorithm to predict gender of a certain customers. Amongst others I want to use the Naive Bayes classifier but my problem is that I have a ...
-3
votes
1answer
140 views

How to convert a log system file into ARFF format? [closed]

I'm using Weka tool for data mining and classification. I have to convert the log system file to ARFF file. There is a possiblity to convert log system file to ARFF file? Thank you
0
votes
1answer
71 views

Popular Items suggestion - Time Sensitive Data - Data Mining

I am a newbee in the field of data mining. I am working on very interesting Data Minign problem. Data description is as follows: Data is time sensitive. Item attributes are dependent on time factor ...
4
votes
2answers
498 views

Handling missing attributes in Naive Bayes classifier

I am writing a Naive Bayes classifier for performing indoor room localization from WiFi signal strength. So far it is working well, but I have some questions about missing features. This occurs ...
1
vote
2answers
1k views

How to use weka for predict results

Im new to weka and I'm confused with the tool. What I needed to do is im having a data set about fruit price and relating attributes and im trying to predict the specific fruit price using the data ...
-1
votes
1answer
165 views

Ensemble classifier with wrapper method

I'm trying to combine multiple classifiers (ANN, SVM, kNN, ... etc.) using ensemble learning (viting, stacking ...etc.) . In order to make a classifier, I'm using more than 20 types of explanatory ...
0
votes
2answers
325 views

How to deal with missing attribute values in C4.5 (J48) decision tree?

What's the best way to handle missing feature attribute values with Weka's C4.5 (J48) decision tree? The problem of missing values occurs during both training and classification. If values are ...
1
vote
1answer
349 views

Regression Tree Forest in Weka

I'm using Weka and would like to perform regression with random forests. Specifically, I have a dataset: Feature1,Feature2,...,FeatureN,Class 1.0,X,...,1.4,Good 1.2,Y,...,1.5,Good 1.2,F,...,1.6,Bad ...
1
vote
1answer
243 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 ...
2
votes
2answers
1k views

Classifying Single Instance in Weka

I trained and created a J48 model using WEKA gui. I saved the model file to my computer and now I would like to use it to classify a single instance in my Java code. I would like to get a prediction ...
2
votes
1answer
358 views

Tools for multiclass imbalanced classification in statistical packages

I have been trying with some effort to locate multiclass imbalanced classification algorithms. So far I have found only the R package 'ada', but it is not really focusing on such situation. While I ...
1
vote
1answer
82 views

Best practices for handling non decimal variables. [ACM KDD 2009 CUP]

For practice I decided to use neural network to solve problem of classification (2 classes) stated by ACM Special Interest Group on Knowledge Discovery and Data Mining at 2009 cup. The problem I have ...
0
votes
2answers
137 views

Suitable data mining technique for this dataset

I'm working on a data mining project and would like to mine this dataset Higher Education Enrolments for interesting patterns or knowledge. My problem is figuring out which technique would work best ...
0
votes
2answers
220 views

Centroid algorithm for document classification, threshold detection

I have a collection of documents related to a particular domain and have trained the centroid classifier based on that collection. What I want to do is, I will be feeding the classifier with documents ...
0
votes
2answers
119 views

classifying a weighted feature vector

I want to give weights to features of a data set before using the feature in any classification algorithm like KNN or J48, but i don't know how to evaluate a weighted feature vector. dose any of the ...
0
votes
1answer
274 views

3-fold cross-validation using Joaquim's SVM light

I need to do a 3-fold cross validation using Joaquim's SVM light. Cross Validation and SVM are new things to me and I don't know if I'm doing it right. What have I done so far? I converted my data in ...
2
votes
1answer
147 views

classify cell array in matlab

I want to do text categorization on a dataset of news. I have a lot of features like subject, keyword, summary, etc... all of these features are stored in one cell array of structs, each struct ...
0
votes
0answers
264 views

How does Complement Naive Bayes work with two classes?

Actually I don't get how using complement weights changes anything in binary text classification (i.e. having two classes). Basically, for the Multinomial case I multiply P(c) with P(d|c) (usually ...
-1
votes
1answer
455 views

Classification in weka fails, caused by case sensitiveness of nominal values?

I made a classifier to classify search queries into one of the following classes: {Artist, Actor, Politician, Athlete, Facility, Geo, Definition, QA}. I have two csv files: one for training the ...
-1
votes
1answer
207 views

How to assign a class to an instance using saved model in weka

Before I decided to post the problem I'm having I've read a lot of posts and I still couldn't get a clear answer. So here it is: Using weka I have trained a NaiveBayesTree with my training data that ...
0
votes
1answer
175 views

Classifcation/Decision Trees and Choosing Splits

This is a very basic example. But I am doing some data analysis and am continually finding myself writing very similar SQL count queries like so to generate probability tables. My tables are defined ...
0
votes
1answer
49 views

Web user mesaurement process [closed]

How is high accuracy profiling of website users obtained? Is it a classification problem? How are attributes like age, sex and job derived from users visiting a website? For example, Quantcast ...
0
votes
2answers
1k views

k nearest neighbor classifier training sample size for each class

Could someone please tell me whether the training sample sizes for each class need to be equal? Can I take this scenario? class1 class2 class3 samples 400 500 300 or ...
-2
votes
2answers
206 views

Is there any online based data mining software?

I found out there is a open source mining software in Java, which is called WEKA. It has some useful classification methods as well as other methods that helps people who are not related to ...
4
votes
3answers
448 views

Algorithms used for programmatic classification of recipes

I'm interested in classifying recipes programmatically based on a statistical analysis of various properties of the recipe. In other words, I want to classify a recipe as Breakfast, Lunch, Dinner or ...
1
vote
1answer
694 views

Why is WEKA not running from the command line?

I apologize, this seems like it is really simple but I can't seem to get it. I've downloaded the Windows version of WEKA and installed it, but I can't seem to call it from the command line. I've ...
0
votes
3answers
2k views

Classifying one instance in Weka using NaiveBayes Classifier

I was wondering if there's a way to train the model using Naive Bayes, and then apply that to a single record. I'm new to weka so I dont know if this is possible. Also, is there a way to store the ...
1
vote
1answer
754 views

What is the simplest way to use WEKA through C++ code?

Weka is a standard, widely using data mining suite mainly used in Java. I was wondering if it's possible to use with C++, and how?
1
vote
1answer
305 views

Reading in high dimensional data into R without use of data frame

I have very sparse high dimensional (40k observations, 20k dimensions) text data in ARFF format generated by WEKA. There are 2 ARFF readers available in R via RWeka and foreign packages. Problem ...
1
vote
2answers
232 views

Opensource data mine tools, searching for a good option (GNU data mining apps)

I want to test some apps for data mining in GNU/Linux Debian, I downloaded "Gnome Data Mine Tools" from http://www.togaware.com/datamining/gdatamine/; I followed the instructions, I installed the ...
0
votes
1answer
380 views

Text classification categorisation pointers

i am trying to develop a very simple program for classifying and categorising documents using various algorithms. My problem, since i am a beginner is that i cannot find good articles or websites for ...
2
votes
3answers
435 views

URL path similarity/string similarity algorithm

My problem is that I need to compare URL paths and deduce if they are similar. Below I provide example data to process: # GROUP 1 /robots.txt # GROUP 2 /bot.html # GROUP 3 ...
8
votes
4answers
1k views

NLP and Machine learning for sentiment analysis

I'm trying to write a program that takes text(article) as input and outputs the polarity of this text, weather its a positive or a negative sentiment. I've read extensively about different approaches ...
3
votes
1answer
532 views

Length normalization in a naive Bayes classifier for documents

I'm trying to implement a naive Bayes classifier to classify documents that are essentially sets (as opposed to bags) of features, i.e. each feature contains a set of unique features, each of which ...
3
votes
2answers
131 views

Varchar values to numerical classification

I have a database containing three tables: practices - 8 fields patients - 47 fields exacerbations - 11 fields The majority of the fields in these tables are recorded in varchar format, other ...
8
votes
5answers
324 views

Randomness in Artificial Intelligence & Machine Learning

This question came to my mind while working on 2 projects in AI and ML. What If I'm building a model (e.g. Classification Neural Network,K-NN, .. etc) and this model uses some function that includes ...
-1
votes
3answers
194 views

How to automatically classify words in the dictionary?

I have a large dictionary file, dic.txt (its actually the SOWPODS) with one word from the English language per line. I want to automatically split this file into 3 different files easy_dic.txt (most ...
0
votes
1answer
33 views

Pls suggest a classifer for this two class problem with memory constraint

Basically I have a device which must be toggled on or off depending on the time. There is a function which checks every 10 minutes and depending on previous data of whether the light was on or off the ...
4
votes
3answers
526 views

Feature selection and unsupervised learning for multilingual data + machine learning algorithm selection

Questions I want to classify/categorize/cluster/group together a set of several thousand websites. There's data that we can train on, so we can do supervised learning, but it's not data that we've ...
1
vote
1answer
461 views

Google Summer of Code: web classification dataset

I heard that Google hosted (or will host) a web classification competition and they provided a large (170k+ documents) dataset of web sites that were classified into multiple categories (sports, ...
2
votes
4answers
523 views

Which classification algorithm to choose?

I would like to classify text documents into four categories. Also I have lot of samples which are already classified that can be used for training. I would like the algorithm to learn on the fly.. ...
4
votes
4answers
327 views

Are there any classification algorithms which target data with a one to many (1:n) relationship?

Has there been any research in the field of data-mining regarding classifying data which has a one to many relationship? For example of a problem like this, say I am trying to predict which students ...
3
votes
3answers
317 views

Please help me on choosing right classifer

I am facing a problem on selecting correct classifier for my data-mining task. I am labeling webpages using statistical method and label them using a 1-4 scale,1 being the poorest while 4 being the ...
1
vote
1answer
467 views

Newbie: where to start given a problem to predict future success or not

We have had a production web based product that allows users to make predictions about the future value (or demand) of goods, the historical data contains about 100k examples, each example has about 5 ...

1 2