Waikato / meka

Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
http://waikato.github.io/meka/
GNU General Public License v3.0
200 stars 76 forks source link

Capability of MEKA on multi-target regression #73

Closed bundit786 closed 1 year ago

bundit786 commented 3 years ago

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

jmread commented 3 years ago

MEKA does not yet do multi-target regression. I believe by now the Mulan framework does, and if you consider Python, then the scikit-learn library has several methods that can be applied to multi-target regression. Best, Jesse

bundit786 commented 1 year ago

OK, thank you for supports.