Skip to content
Snippets Groups Projects
  • Burak's avatar
    a4d60208
    [SPARK-2434][MLlib]: Warning messages that point users to original MLlib... · a4d60208
    Burak authored
    [SPARK-2434][MLlib]: Warning messages that point users to original MLlib implementations added to Examples
    
    [SPARK-2434][MLlib]: Warning messages that refer users to the original MLlib implementations of some popular example machine learning algorithms added both in the comments and the code. The following examples have been modified:
    Scala:
    * LocalALS
    * LocalFileLR
    * LocalKMeans
    * LocalLP
    * SparkALS
    * SparkHdfsLR
    * SparkKMeans
    * SparkLR
    Python:
     * kmeans.py
     * als.py
     * logistic_regression.py
    
    Author: Burak <brkyvz@gmail.com>
    
    Closes #1515 from brkyvz/SPARK-2434 and squashes the following commits:
    
    7505da9 [Burak] [SPARK-2434][MLlib]: Warning messages added, scalastyle errors fixed, and added missing punctuation
    b96b522 [Burak] [SPARK-2434][MLlib]: Warning messages added and scalastyle errors fixed
    4762f39 [Burak] [SPARK-2434]: Warning messages added
    17d3d83 [Burak] SPARK-2434: Added warning messages to the naive implementations of the example algorithms
    2cb5301 [Burak] SPARK-2434: Warning messages redirecting to original implementaions added.
    a4d60208
    History
    [SPARK-2434][MLlib]: Warning messages that point users to original MLlib...
    Burak authored
    [SPARK-2434][MLlib]: Warning messages that point users to original MLlib implementations added to Examples
    
    [SPARK-2434][MLlib]: Warning messages that refer users to the original MLlib implementations of some popular example machine learning algorithms added both in the comments and the code. The following examples have been modified:
    Scala:
    * LocalALS
    * LocalFileLR
    * LocalKMeans
    * LocalLP
    * SparkALS
    * SparkHdfsLR
    * SparkKMeans
    * SparkLR
    Python:
     * kmeans.py
     * als.py
     * logistic_regression.py
    
    Author: Burak <brkyvz@gmail.com>
    
    Closes #1515 from brkyvz/SPARK-2434 and squashes the following commits:
    
    7505da9 [Burak] [SPARK-2434][MLlib]: Warning messages added, scalastyle errors fixed, and added missing punctuation
    b96b522 [Burak] [SPARK-2434][MLlib]: Warning messages added and scalastyle errors fixed
    4762f39 [Burak] [SPARK-2434]: Warning messages added
    17d3d83 [Burak] SPARK-2434: Added warning messages to the naive implementations of the example algorithms
    2cb5301 [Burak] SPARK-2434: Warning messages redirecting to original implementaions added.