Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A093D200B4D for ; Sat, 23 Jul 2016 08:38:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9F380160A74; Sat, 23 Jul 2016 06:38:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 19565160A67 for ; Sat, 23 Jul 2016 08:38:26 +0200 (CEST) Received: (qmail 85082 invoked by uid 500); 23 Jul 2016 06:38:26 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 85071 invoked by uid 99); 23 Jul 2016 06:38:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2016 06:38:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 91DC7E7DFC; Sat, 23 Jul 2016 06:38:25 +0000 (UTC) From: liwzhi To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #14325: [SPARK-16692] [ML] Add multi label classification... Content-Type: text/plain Date: Sat, 23 Jul 2016 06:38:25 +0000 (UTC) archived-at: Sat, 23 Jul 2016 06:38:27 -0000 GitHub user liwzhi opened a pull request: https://github.com/apache/spark/pull/14325 [SPARK-16692] [ML] Add multi label classification evaluator, DataFrame Add the multi label classification evaluator to DataFrame, ML Also add the multilabelClassifcationSuite.scala unite test. A multilabel classification problem involves mapping each sample in a dataset to a set of class labels. In this type of classification problem, the labels are not mutually exclusive. For example, when classifying a set of news articles into topics, a single article might be both science and politics. You can merge this pull request into a Git repository by running: $ git pull https://github.com/liwzhi/spark multiLablesEvaluate Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/14325.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #14325 ---- commit 5efc2c7b1e6566896f1c99b9a8e2ae3603b6abc5 Author: Weizhi Li Date: 2016-07-23T05:43:22Z Add multilevel class-action evaluator to ML ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org