From reviews-return-1015705-archive-asf-public=cust-asf.ponee.io@spark.apache.org Fri Jan 17 02:04:46 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 10392180663 for ; Fri, 17 Jan 2020 03:04:44 +0100 (CET) Received: (qmail 63037 invoked by uid 500); 17 Jan 2020 02:04:31 -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 63022 invoked by uid 99); 17 Jan 2020 02:04:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jan 2020 02:04:31 +0000 From: GitBox To: reviews@spark.apache.org Subject: [GitHub] [spark] SparkQA commented on issue #27245: [WIP][SPARK-29212][ML][PYSPARK] Add common classes without using JVM backend Message-ID: <157922666785.11775.3456195429629511707.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Fri, 17 Jan 2020 02:04:27 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit SparkQA commented on issue #27245: [WIP][SPARK-29212][ML][PYSPARK] Add common classes without using JVM backend URL: https://github.com/apache/spark/pull/27245#issuecomment-575431429 **[Test build #116880 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/116880/testReport)** for PR 27245 at commit [`04ed1f1`](https://github.com/apache/spark/commit/04ed1f1434a5f4356d1cb808b25daf82c3eba4c2). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class Predictor(Estimator, _PredictorParams):` * `class PredictionModel(Model, _PredictorParams):` * `class JavaPredictor(JavaEstimator, Predictor, _PredictorParams):` * `class JavaPredictionModel(JavaModel, PredictionModel, _PredictorParams):` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org