[ 
https://issues.apache.org/jira/browse/SPARK-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068464#comment-14068464
 ] 

Michael Yannakopoulos commented on SPARK-2434:
----------------------------------------------

Hi Burak,

Are you working on this task? I am interested on providing patches for this 
issue.

Thanks,
Michael

> Generate runtime warnings for naive implementations
> ---------------------------------------------------
>
>                 Key: SPARK-2434
>                 URL: https://issues.apache.org/jira/browse/SPARK-2434
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>    Affects Versions: 1.0.0
>            Reporter: Xiangrui Meng
>            Assignee: Burak Yavuz
>            Priority: Minor
>              Labels: Starter
>
> There are some example code under src/main/scala/org/apache/spark/examples:
> * LocalALS
> * LocalFileLR
> * LocalKMeans
> * LocalLP
> * SparkALS
> * SparkHdfsLR
> * SparkKMeans
> * SparkLR
> They provide naive implementations of some machine learning algorithms that 
> are already covered in MLlib. It is okay to keep them because the 
> implementation is straightforward and easy to read. However, we should 
> generate warning messages at runtime and point users to MLlib's 
> implementation, in case users use them in practice.



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

Reply via email to