Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E06C18E96 for ; Sun, 9 Aug 2015 08:30:46 +0000 (UTC) Received: (qmail 86784 invoked by uid 500); 9 Aug 2015 08:30:45 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 86749 invoked by uid 500); 9 Aug 2015 08:30:45 -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 86739 invoked by uid 99); 9 Aug 2015 08:30:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2015 08:30:45 +0000 Date: Sun, 9 Aug 2015 08:30:45 +0000 (UTC) From: "Yanbo Liang (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SPARK-9663) ML Python API coverage issues found during 1.5 QA MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yanbo Liang updated SPARK-9663: ------------------------------- Description: This umbrella is for a list of Python API coverage issues which we should fix for the 1.6 release cycle. This list is to be generated from issues found in [SPARK-9662] and from remaining issues from 1.4: [SPARK-7536]. Here we check and compare the Python and Scala API of MLlib/ML, add missing classes/methods/parameters for PySpark. * Missing classes for PySpark(ML): ** feature *** CountVectorizerModel *** DCT *** ElementwiseProduct SPARK-9768 *** MinMaxScaler *** StopWordsRemover SPARK-9679 *** VectorSlicer ** classification *** OneVsRest *** MultilayerPerceptronClassifier ** regression *** IsotonicRegression * Missing User Guide documents for PySpark SPARK-8757 was: This umbrella is for a list of Python API coverage issues which we should fix for the 1.6 release cycle. This list is to be generated from issues found in [SPARK-9662] and from remaining issues from 1.4: [SPARK-7536]. Here we check and compare the Python and Scala API of MLlib/ML, add missing classes/methods/parameters for PySpark. * Missing classes for PySpark(ML): ** feature *** CountVectorizerModel *** DCT *** ElementwiseProduct SPARK-9768 *** MinMaxScaler *** StopWordsRemover *** VectorSlicer ** classification *** OneVsRest *** MultilayerPerceptronClassifier ** regression *** IsotonicRegression * Missing User Guide documents for PySpark SPARK-8757 > ML Python API coverage issues found during 1.5 QA > ------------------------------------------------- > > Key: SPARK-9663 > URL: https://issues.apache.org/jira/browse/SPARK-9663 > Project: Spark > Issue Type: Umbrella > Components: ML, MLlib, PySpark > Reporter: Joseph K. Bradley > > This umbrella is for a list of Python API coverage issues which we should fix for the 1.6 release cycle. This list is to be generated from issues found in [SPARK-9662] and from remaining issues from 1.4: [SPARK-7536]. > Here we check and compare the Python and Scala API of MLlib/ML, > add missing classes/methods/parameters for PySpark. > * Missing classes for PySpark(ML): > ** feature > *** CountVectorizerModel > *** DCT > *** ElementwiseProduct SPARK-9768 > *** MinMaxScaler > *** StopWordsRemover SPARK-9679 > *** VectorSlicer > ** classification > *** OneVsRest > *** MultilayerPerceptronClassifier > ** regression > *** IsotonicRegression > * Missing User Guide documents for PySpark SPARK-8757 -- 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