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 3E406200BB9 for ; Mon, 24 Oct 2016 07:57:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3CC40160B01; Mon, 24 Oct 2016 05:57:43 +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 AAC2C160AFC for ; Mon, 24 Oct 2016 07:57:42 +0200 (CEST) Received: (qmail 24799 invoked by uid 500); 24 Oct 2016 05:57:41 -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 24773 invoked by uid 99); 24 Oct 2016 05:57:40 -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; Mon, 24 Oct 2016 05:57:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 90FA5DFE80; Mon, 24 Oct 2016 05:57:40 +0000 (UTC) From: SparkQA To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark issue #15607: [SPARK-16137][SPARKR] randomForest for R Content-Type: text/plain Message-Id: <20161024055740.90FA5DFE80@git1-us-west.apache.org> Date: Mon, 24 Oct 2016 05:57:40 +0000 (UTC) archived-at: Mon, 24 Oct 2016 05:57:43 -0000 Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15607 **[Test build #67438 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67438/consoleFull)** for PR 15607 at commit [`7d6e605`](https://github.com/apache/spark/commit/7d6e6055681e858b46d71708f3c86b67f1793cfd). * This patch **fails some tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` class RandomForestClassifierWrapperWriter(instance: RandomForestClassifierWrapper)` * ` class RandomForestClassifierWrapperReader extends MLReader[RandomForestClassifierWrapper] ` * ` class RandomForestRegressorWrapperWriter(instance: RandomForestRegressorWrapper)` * ` class RandomForestRegressorWrapperReader extends MLReader[RandomForestRegressorWrapper] ` --- 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