Hi!

I'm trying to use Meka/Mulan/Weka to do Multi-label classification. I have a database in which I have a column 'Question' that is in String format. Next I also have a column 'Labels' which is in CSV format (String separated by comma). Now, in order to use Mulan, my data needs to be in a specific format:

relation MultiLabelExample

@attribute feature1 numeric
@attribute feature2 numeric
@attribute feature3 numeric
@attribute label1 {0, 1}
@attribute label2 {0, 1}
@attribute label3 {0, 1}
@attribute label4 {0, 1}
@attribute label5 {0, 1}

@data
2.3,5.6,1.4,0,1,1,0,0

I have been struggling for hours now trying to find how I need to transform my data using Weka's GUI.

PLEASE can someone help me? I'm really getting desperate wasting time.

Thanks!

asked Feb 28 '14 at 19:25

TheGreatEye's gravatar image

TheGreatEye
1444

Be the first one to answer this question!
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.