meka icon indicating copy to clipboard operation
meka copied to clipboard

Multi-label classifiers and evaluation procedures using the Weka machine learning framework.

Results 34 meka issues
Sort by recently updated
recently updated
newest added

Hi, in the tutorial under the paragraph semi-supervised learning. is in the command an unlabed.arff. ![image](https://user-images.githubusercontent.com/15877918/166948451-ae981186-cbe3-4739-85b6-f9ad3a75e5bd.png) I wonder how in the arff such a line looks. The only thing I...

question

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...

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...

enhancement
question

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: ![image](https://user-images.githubusercontent.com/39362846/48950564-8f0d6800-ef76-11e8-98ff-10d8118fee72.png) And, I want to use Rcut...

question

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...