meka
meka copied to clipboard
Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
Hi, in the tutorial under the paragraph semi-supervised learning. is in the command an unlabed.arff.  I wonder how in the arff such a line looks. The only thing I...
Hi, I just would like to ask if MEKA be able to run multi-target regression problems. If not, is there any software has the capability? Thank you, Bundit
Dear, good night. I'm sorry for the English, I'm using a translator. I am using MEKA for my master's work, which is using machine learning to predict student retention in...
Fix predictions of MT algorithms ==> Issue #71
I've recently started working with Meka and Weka and ran into an issue with the renaming of input attributes in MULAN.java, specifically: https://github.com/Waikato/meka/blame/master/src/main/java/meka/classifiers/multilabel/MULAN.java#L139 In order to use a classifier that...
Hello, Can I add more MULAN methods to the wrapper? I have seen there is only possible to use BR, LP, CLR, RAkELn, MLkNN, IBLR_ML, BPMLL and HOMER. What should...
Hello, I want to use MEKA for multi-label classification by using ANN as classifier, so I choose DBPNN with BPNN,like the figure shows:  And, I want to use Rcut...
Hi, I am trying to use CRUpdateable for Multi target regression, and I found the CRUpdateable 's default classifier is HoeffdingTree, but when I call method as buildClassifier, it gives...
Hi, The result of my evaluation is zero and I don't know why? my code is here: try { ConverterUtils.DataSource dataSource = new ConverterUtils.DataSource(FILE_PATH); // original dataset Instances preparedDataSet =...
Hi I'm testing a single target using BCC with J48. The result seems to be different compared to Weka. E.g. Accuracy is 0.525 in Meka while 0.5 in Weka for...