Is there any example to run any of the algorithms for Multi Target Regression, and example like the Exp1 for MLC that we can download from the website?
For multi target regression problems there is not a xml file?
At the moment, you can look at the ExperimentMTR and EXperimentRLC classes in the mulan.experiments package for examples on how to run the multi-target regression algorithms implemented in Mulan. We plan to add a simpler example in the mulan.examples package soon.
The xml file is optional for both multi-target regression and multi-label classification. You just have to put the targets as the last attributes in the arff file and use the constructor that takes the number of targets instead of the xml file as an argument.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2015-06-02
Many thanks for this, exactly what I needed to finally get an example of Multi-target regression in Mulan to work!
PS: It's great that your research/results are so easily reproducible, that's how it's supposed to be.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At the moment, you can look at the ExperimentMTR and EXperimentRLC classes in the mulan.experiments package for examples on how to run the multi-target regression algorithms implemented in Mulan. We plan to add a simpler example in the mulan.examples package soon.
The xml file is optional for both multi-target regression and multi-label classification. You just have to put the targets as the last attributes in the arff file and use the constructor that takes the number of targets instead of the xml file as an argument.
Many thanks for this, exactly what I needed to finally get an example of Multi-target regression in Mulan to work!
PS: It's great that your research/results are so easily reproducible, that's how it's supposed to be.