Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2434

Generate runtime warnings for naive implementations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 1.1.0
    • MLlib

    Description

      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.

      Attachments

        Activity

          People

            brkyvz Burak Yavuz
            mengxr Xiangrui Meng
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: