Github user varadharajan commented on the pull request:

    https://github.com/apache/spark/pull/2894#issuecomment-60408059
  
    Here are list of scala examples that i think is similar / naive 
implementation of algorithms from MLlib or graphx.
    
    1. LocalALS
    2. LocalFileLR
    3. LocalKMeans
    4. LocalLR
    5. SparkALS
    6. SparkHdfsLR
    7. SparkKMeans
    8. SparkLR
    9. SparkPageRank (*)
    10. SparkTachyonHdfsLR (*)
    
    
    Python examples:
    
    1. ALS
    2. kmeans
    3. logistic_regression
    4. pagerank (*)
    
    Java examples:
    
    1. JavaHdfsLR (*)
    2. JavaPageRank (*)
    
    * - Examples with missing warnings. I've updated JIRA with these details 
and also added warning for them
    
    I've also corrected class names of existing LR examples. They were pointing 
to org.apache.spark.mllib.classification.LogisticRegression instead of 
org.apache.spark.mllib.classification.LogisticRegressionModel
    
    I've excluded examples that compute transitive closures on graphs because 
i'm was not able to find corresponding implementations in graphx. Please let me 
know if i'm missing something


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to