Re: Multilabel classification with Spark MLlib

2016-11-29 Thread Yuhao Yang
If problem transformation is not an option ( https://en.wikipedia.org/wiki/Multi-label_classification#Problem_transformation_methods), I would try to develop a customized algorithm based on MultilayerPerceptronClassifier, in which you probably need to rewrite LabelConverter. 2016-11-29 9:02

Multilabel classification with Spark MLlib

2016-11-29 Thread Md. Rezaul Karim
Hello All, Is there anyone who has developed multilabel classification applications with Spark? I found an example class in Spark distribution (i.e., *JavaMultiLabelClassificationMetricsExample.java*) which is not a classifier but an evaluator for a multilabel classification. Moreover, the

Multilabel classification with Spark MLlib

2016-11-25 Thread Md. Rezaul Karim
Hello All, Is there anyone who has developed multilabel classification applications with Spark? I found an example class in Spark distribution (i.e., *JavaMultiLabelClassificationMetricsExample.java*) which is not a classifier but an evaluator for a multilabel classification. Moreover, the