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 0501C200C6F for ; Tue, 9 May 2017 13:01:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 038CF160BB6; Tue, 9 May 2017 11:01:32 +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 71159160BB3 for ; Tue, 9 May 2017 13:01:31 +0200 (CEST) Received: (qmail 58419 invoked by uid 500); 9 May 2017 11:01:30 -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 58396 invoked by uid 99); 9 May 2017 11:01:29 -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; Tue, 09 May 2017 11:01:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 23C61DFE61; Tue, 9 May 2017 11:01:29 +0000 (UTC) From: zero323 To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #17922: [SPARK-2060][PYTHON][ML] Python API Changes for C... Content-Type: text/plain Date: Tue, 9 May 2017 11:01:29 +0000 (UTC) archived-at: Tue, 09 May 2017 11:01:32 -0000 GitHub user zero323 opened a pull request: https://github.com/apache/spark/pull/17922 [SPARK-2060][PYTHON][ML] Python API Changes for Constrained Logistic Regression Params ## What changes were proposed in this pull request? - Add new `Params` to `pyspark.ml.classification.LogisticRegression`. - Add `toMatrix` method to `pyspark.ml.param.TypeConverters`. - Add `generate_multinomial_logistic_input` helper to `pyspark.ml.tests`. ## How was this patch tested? Unit tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/zero323/spark SPARK-20601 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/17922.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 #17922 ---- ---- --- 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