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 2E673200BD0 for ; Wed, 16 Nov 2016 00:13:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2D4A4160B03; Tue, 15 Nov 2016 23:13:00 +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 90F97160B15 for ; Wed, 16 Nov 2016 00:12:59 +0100 (CET) Received: (qmail 43611 invoked by uid 500); 15 Nov 2016 23:12:58 -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 43511 invoked by uid 99); 15 Nov 2016 23:12:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2016 23:12:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 922112C4C72 for ; Tue, 15 Nov 2016 23:12:58 +0000 (UTC) Date: Tue, 15 Nov 2016 23:12:58 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SPARK-18456) Use matrix abstraction for LogisitRegression coefficients during training MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 15 Nov 2016 23:13:00 -0000 [ https://issues.apache.org/jira/browse/SPARK-18456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-18456: ------------------------------------ Assignee: Apache Spark > Use matrix abstraction for LogisitRegression coefficients during training > ------------------------------------------------------------------------- > > Key: SPARK-18456 > URL: https://issues.apache.org/jira/browse/SPARK-18456 > Project: Spark > Issue Type: Improvement > Components: ML > Reporter: Seth Hendrickson > Assignee: Apache Spark > Priority: Minor > > This is a follow up from [SPARK-18060|https://issues.apache.org/jira/browse/SPARK-18060]. The current code for logistic regression relies on manually indexing flat arrays of column major coefficients, which can be messy and is hard to maintain. We can use a matrix abstraction instead of a flat array to simplify things. This will make the code easier to read and maintain. -- 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