You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2014/08/17 00:15:19 UTC

[jira] [Resolved] (SPARK-3048) Make LabeledPointParser public

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

Xiangrui Meng resolved SPARK-3048.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

Issue resolved by pull request 1952
[https://github.com/apache/spark/pull/1952]

> Make LabeledPointParser public
> ------------------------------
>
>                 Key: SPARK-3048
>                 URL: https://issues.apache.org/jira/browse/SPARK-3048
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Xiangrui Meng
>            Assignee: Xiangrui Meng
>             Fix For: 1.1.0
>
>
> `LabeledPointParser` is used in `MLUtils.loadLabeledPoint`. Making it public may be useful to parse labeled points from other data sources, e.g., DStream. Now we have a util function called `MLUtils.loadStreamingLabeledPoints`, which increases the complexity of the API. I really want to make `parse` as a method of `LabeledPoint$` instead of creating a new class `LabeledPointParser`, but it is hard to extend a case class with a static method in a binary compatible way.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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