From reviews-return-600726-archive-asf-public=cust-asf.ponee.io@spark.apache.org Tue Jan 9 19:52:04 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id AACA718072F for ; Tue, 9 Jan 2018 19:52:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9F965160C40; Tue, 9 Jan 2018 18:52:04 +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 D91F7160C2D for ; Tue, 9 Jan 2018 19:52:03 +0100 (CET) Received: (qmail 88295 invoked by uid 500); 9 Jan 2018 18:52:03 -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 88071 invoked by uid 99); 9 Jan 2018 18:52:02 -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 Jan 2018 18:52:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4042E01EC; Tue, 9 Jan 2018 18:52:00 +0000 (UTC) From: WeichenXu123 To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #20209: [SPARK-23008][ML] OnehotEncoderEstimator python A... Content-Type: text/plain Date: Tue, 9 Jan 2018 18:52:00 +0000 (UTC) GitHub user WeichenXu123 opened a pull request: https://github.com/apache/spark/pull/20209 [SPARK-23008][ML] OnehotEncoderEstimator python API ## What changes were proposed in this pull request? OnehotEncoderEstimator python API. ## How was this patch tested? doctest You can merge this pull request into a Git repository by running: $ git pull https://github.com/WeichenXu123/spark ohe_py Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/20209.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 #20209 ---- commit f6215fc45901456dea8a4fb32f7c87907bb2fbfb Author: WeichenXu Date: 2018-01-09T01:26:14Z init pr ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org