[ 
https://issues.apache.org/jira/browse/SPARK-28170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-28170:
------------------------------
    Priority: Trivial  (was: Minor)

> DenseVector .toArray() and .values documentation do not specify they are 
> aliases
> --------------------------------------------------------------------------------
>
>                 Key: SPARK-28170
>                 URL: https://issues.apache.org/jira/browse/SPARK-28170
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML, MLlib, PySpark
>    Affects Versions: 2.4.3
>            Reporter: Sivam Pasupathipillai
>            Priority: Trivial
>
> The documentation of the *toArray()* method and the *values* property in 
> pyspark.ml.linalg.DenseVector is confusing.
> *toArray():* Returns an numpy.ndarray
> *values**:* Returns a list of values
> However, they are actually aliases and they both return a numpy.ndarray.
> FIX: either change the documentation or changeĀ  the *values* property to 
> return a Python list.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to