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 1FFB9200B13 for ; Wed, 15 Jun 2016 22:45:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1D14F160A65; Wed, 15 Jun 2016 20:45:12 +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 92EFC160A5D for ; Wed, 15 Jun 2016 22:45:11 +0200 (CEST) Received: (qmail 99938 invoked by uid 500); 15 Jun 2016 20:45:10 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 99816 invoked by uid 99); 15 Jun 2016 20:45:10 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 20:45:10 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 966082C1F68 for ; Wed, 15 Jun 2016 20:45:10 +0000 (UTC) Date: Wed, 15 Jun 2016 20:45:10 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-15767) Decision Tree Regression wrapper in SparkR MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Jun 2016 20:45:12 -0000 [ https://issues.apache.org/jira/browse/SPARK-15767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332519#comment-15332519 ] Apache Spark commented on SPARK-15767: -------------------------------------- User 'vectorijk' has created a pull request for this issue: https://github.com/apache/spark/pull/13690 > Decision Tree Regression wrapper in SparkR > ------------------------------------------ > > Key: SPARK-15767 > URL: https://issues.apache.org/jira/browse/SPARK-15767 > Project: Spark > Issue Type: New Feature > Components: ML, SparkR > Reporter: Kai Jiang > Assignee: Kai Jiang > > Implement a wrapper in SparkR to support decision tree regression. R's naive Decision Tree Regression implementation is from package rpart with signature rpart(formula, dataframe, method="anova"). I propose we could implement API like spark.decisionTreeRegression(dataframe, formula, ...) . After having implemented decision tree classification, we could refactor this two into an API more like rpart() -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org