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 CB0FF200C7E for ; Tue, 23 May 2017 08:29:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C9A28160BC3; Tue, 23 May 2017 06:29:50 +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 41411160BB6 for ; Tue, 23 May 2017 08:29:50 +0200 (CEST) Received: (qmail 41791 invoked by uid 500); 23 May 2017 06:29:49 -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 41780 invoked by uid 99); 23 May 2017 06:29:49 -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, 23 May 2017 06:29:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 090E1DFCBE; Tue, 23 May 2017 06:29:49 +0000 (UTC) From: mpjlu To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #18068: [SPARK-20764][ML][PySpark][FOLLOWUP]Fix visibilit... Content-Type: text/plain Date: Tue, 23 May 2017 06:29:49 +0000 (UTC) archived-at: Tue, 23 May 2017 06:29:51 -0000 GitHub user mpjlu opened a pull request: https://github.com/apache/spark/pull/18068 [SPARK-20764][ML][PySpark][FOLLOWUP]Fix visibility discrepancy with numInstances and degreesOfFreedom in LR and GLR - Python version ## What changes were proposed in this pull request? Add test cases for PR-18062 ## How was this patch tested? The existing UT You can merge this pull request into a Git repository by running: $ git pull https://github.com/mpjlu/spark moreTest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/18068.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 #18068 ---- commit 6b31ec7dda73c155fc94c5ccf53709099f8033dd Author: Peng Date: 2017-05-22T11:37:50Z fix visibility of numInstances and degreesOfFreedom in LR and GLR - Python version commit a8b407f877269f235611e5dc5bb338c421206a57 Author: Peng Date: 2017-05-23T05:52:29Z follow up of SPARK-20764 ---- --- 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