[
https://issues.apache.org/jira/browse/SPARK-2434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiangrui Meng updated SPARK-2434:
---------------------------------
Priority: Minor (was: Major)
> 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
> Priority: Minor
>
> 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)