Weka (Waikato Environment for Knowledge Analysis) is an open source machine learning library written in Java.
I have a CSV file that I am importing into Weka. All variables are importing as numeric. I need to …
wekaI am trying to parse a CSV file, ideally using weka.core.converters.CSVLoader. However the file I have is …
java scala utf-8 character-encoding wekaI'm trying to use the svm classifier in weka. When I click on the libsvm classifier and try to train …
java weka libsvmIm new to weka and I'm confused with the tool. What I needed to do is im having a data …
dataset data-mining classification weka predictionI want to open a csv file (saved from openoffice calc) in weka. I keep getting an error: "wrong number …
csv dataset wekaI've trained a classifier in Weka, and I'm able to use it on test data. Additionally, I can opt to …
csv weka classification outputIn decision tree J48 example, when we say tree pruned or unpruned, what is the difference?
java wekaI would like to use an Attribute-Relation File Format with scikit-learn to do some NLP task, is this possible? How …
python machine-learning scikit-learn weka arffI'm using adult data from UCI Here, when I converted it to excel file ==> then import it in weka …
weka