-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Description
I've noticed a few oddities in the multi-label prediction API:
- There are multiple
MultiLabelInstanceclasses:moa.core.MultiLabelInstanceandcom.yahoo.labs.samoa.instances.MultiLabelInstance. Should one of these be removed? BasicMultiLabelLearnerandBasicMultiLabelClassifierare in themoa.classifier.multitargetpackage, but themoa.classifiers.multilabelpackage also exists. Should they be moved? IsBasicMultiLabelClassifiereven needed?- The classifiers in the
moa.classifiers.multilabelpackage do not implemented theMultiLabelClassifierinterface, so they do not show up in the GUI. Are these defunct? Is there some reason they don't implement this interface? - A number of multi-label methods are found in the
moa.classifiers.rules.multilabelpackage, even though they are not rule-based methods. Should all the multi-label methods be moved tomoa.classifiers.multilabel?
Juancard
Metadata
Metadata
Assignees
Labels
No labels