You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Piotr Migdał (JIRA)" <ji...@apache.org> on 2015/08/18 16:03:45 UTC

[jira] [Created] (SPARK-10085) unnecessary array import in Python MLLib linear models

Piotr Migdał created SPARK-10085:
------------------------------------

             Summary: unnecessary array import in Python MLLib linear models 
                 Key: SPARK-10085
                 URL: https://issues.apache.org/jira/browse/SPARK-10085
             Project: Spark
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.4.1
            Reporter: Piotr Migdał
            Priority: Minor
             Fix For: 1.5.0, 1.4.1


Imports `from numpy import array` in the Python version of MLLib Linear Methods https://spark.apache.org/docs/1.4.1/mllib-linear-methods.html are apparently unused (and the code works after removing them). 

Should I remove them or do they actually do anything? (But if they do, it is a bad pattern.)



--
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