0
votes
0answers
58 views

(Training + Testing) Data issue in Naive Bayes Classifier of Mahout 0.7

In Mahout how can we make train vectors and test vectors for Naive Bayes Classifier manually instead of use "--randomSelectionPct" option for split. According to my understanding I had built train ...
0
votes
0answers
69 views

How to determine the class of a data using WEKA?

I'm new in using WEKA (Explorer). I have two classes (positive and negative). I train WEKA. Then I want to use 'Supplied test set' with a single data which does not have class attribute. But class ...
0
votes
2answers
282 views

WEKA Train and test set are not compatible when classifying boolean data

I am getting the following message in Weka Explorer when I try to use training data to classify new test data: Problem evaluating classifier: Train and test set are not compatible Attributed differ ...
-1
votes
1answer
35 views

Libsvm in matlab for heart beats

I have 3 different heart beats, normal, Left block and right block. I have 20 beats of each. I want to do training on the 60 heart beats and then test on a few different heart beats. I want the ...
1
vote
0answers
9 views

Difficulty to evaluate a method with the evaluation dataset

I read about compatibility issues that weka shows when the set of training data and evaluation are different (ie, do not contain the same number of attributes or are in disorderly), I also had these ...
0
votes
2answers
607 views

When to use test and training sets in Weka?

I've been working with Weka for awhile now, and in my research on it, I find that a lot of code examples use test and training sets. For instance, with Discretization and Bayesian Networks,their ...
1
vote
0answers
164 views

How to use libsvm for classification in python

I am a novice about svm classification but i have learned some basic theory behind svm classification. But i would like to know the code in python 2.7 for defining,training and testing of a problem ...
0
votes
0answers
78 views

measure acuracy of a train model with easy.py from libsvm

I am running the example (heart_scale) of easy.py from libsvm. I execute: python easy.py heart_scale heart_scale (same data for train and test) easy.py generates the next output: Scaling ...
0
votes
2answers
106 views

Continuous Attribute - Distribution in Naive Bayes Algorithm

I am trying to implement Naive Bayes Algorithm - by writing my own code in MATLAB. I was confused what distribution to choose for one of the continuous attributes. It has values as follows: ...
0
votes
2answers
875 views

How to start with Selenium Webdriver?

I guess Selenium Webdriver would be the good choice but not sure, how I can use it for my day-to-day project work. Without external training, what could be the best way to go step by step and master ...
1
vote
1answer
53 views

good software quality-related Training programs / options?

Does anyone know of some really good software quality-related Training programs / options? I am looking for some formal training options on the topics of ... software quality unit testing ...
2
votes
2answers
107 views

Sanity Check for Training Phase of an Algorithm

I have an image compression algorithm that I can train and then feed it with some test images. There seems to be something wrong with this code though. To test this, I tried to give it the same test ...
0
votes
0answers
144 views

Methodology of train-validation-test split for documents sorted by date+Weka

I'm using Weka's SMO algorithm to classify a big Dataset. My problem is how to split my dataset into train,validation and test chunks? My documents are sorted by date and I'm using Weka's GUI. Could ...
1
vote
1answer
276 views

Decision tree overfitting even with training/validation/testing data

My problem is as follows. I have 6 dataset (collected from different days) that I want to build a decision tree classifier for. I need to find the optimal tree depth parameter to avoid over fitting ...
0
votes
1answer
749 views

Traing dataset,validation dataset,testing dataset in Matlab

I am very new in Matlab and that too in Neural network.. I have 4*81 input dataset and 1*81 output/target dataset. 'divideblock' or 'dividerand' randomly split the dataset into training, validation ...
3
votes
3answers
1k views

Unit Testing Training?

We have recently started a periodic DnrTv lunch and learn for my group. There is interest from the group to learn more about Unit Testing, but I have not been able to find any good video's on the ...
2
votes
5answers
773 views

How do you train your testers?

We tend to get a fair amount of churn in our testing department. I guess this is mainly because most of the people that move into testing get bored quickly and want to move up the chain into ...
5
votes
5answers
3k views

Visual Studio Team System 2008 Test Edition books or online training?

Our testers are in the process of evaluating Visual Studio Team System 2008 Test Edition. As they are unfamiliar with the use of Visual Studio, I would like to give them as much help as I can. I have ...