[GitHub] spark pull request: [SPARK-12630][Python][MLlib][DOC] Update param...

2016-02-12 Thread vijaykiran
Github user vijaykiran closed the pull request at: https://github.com/apache/spark/pull/10598 --- 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

[GitHub] spark pull request: [SPARK-12630][Python][MLlib][DOC] Update param...

2016-01-25 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10598#issuecomment-174643970 @mengxr thanks, will take a look today --- 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

[GitHub] spark pull request: [SPARK-12633][Python][MLlib][DOC] Update param...

2016-01-25 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10600#issuecomment-174636594 @BryanCutler Fixed the indentation and added period. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: [SPARK-12633][Python][MLlib][DOC] Update param...

2016-01-25 Thread vijaykiran
Github user vijaykiran commented on a diff in the pull request: https://github.com/apache/spark/pull/10600#discussion_r50745215 --- Diff: python/pyspark/mllib/regression.py --- @@ -393,27 +401,35 @@ def train(cls, data, iterations=100, step=1.0, regParam=0.01, set of

[GitHub] spark pull request: [SPARK-12630][Python][MLlib][DOC] Update param...

2016-01-22 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10598#issuecomment-174156463 ping @BryanCutler @jkbradley - can you guys please take a look again? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-12633][Python][MLlib][DOC] Update param...

2016-01-22 Thread vijaykiran
Github user vijaykiran commented on a diff in the pull request: https://github.com/apache/spark/pull/10600#discussion_r50617105 --- Diff: python/pyspark/mllib/regression.py --- @@ -66,8 +67,10 @@ class LinearModel(object): """ A linear model that

[GitHub] spark pull request: [SPARK-12633][Python][MLlib][DOC] Update param...

2016-01-22 Thread vijaykiran
Github user vijaykiran commented on a diff in the pull request: https://github.com/apache/spark/pull/10600#discussion_r50617094 --- Diff: python/pyspark/mllib/regression.py --- @@ -37,10 +37,11 @@ class LabeledPoint(object): """ Class that represen

[GitHub] spark pull request: [SPARK-12634][Python][MLlib][DOC] Update param...

2016-01-22 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10601#issuecomment-174156126 @BryanCutler ping! Can you check one more time ? returns are styled now. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-12633][Python][MLlib][DOC] Update param...

2016-01-22 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10600#issuecomment-173933605 ping @jkbradley ! --- 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

[GitHub] spark pull request: [SPARK-12634][Python][MLlib][DOC] Update param...

2016-01-22 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10601#issuecomment-173932291 Ping @jkbradley / @BryanCutler --- 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

[GitHub] spark pull request: [SPARK-12630][Python][MLlib][DOC] Update param...

2016-01-22 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10598#issuecomment-173930322 ping @BryanCutler - Updated the param descriptions, can you take a look ? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-12632][Python][Make Parameter Descripti...

2016-01-06 Thread vijaykiran
Github user vijaykiran commented on a diff in the pull request: https://github.com/apache/spark/pull/10602#discussion_r48945561 --- Diff: python/pyspark/mllib/fpm.py --- @@ -67,12 +67,15 @@ class FPGrowth(object): def train(cls, data, minSupport=0.3, numPartitions=-1

[GitHub] spark pull request: [SPARK-12630][DOC] Update param descriptions

2016-01-06 Thread vijaykiran
Github user vijaykiran commented on the pull request: https://github.com/apache/spark/pull/10598#issuecomment-169275901 @BryanCutler Thanks for the review, I added a new commit - will review update other two PRs with 100 fill-column as well. --- If your project is set up for it

[GitHub] spark pull request: [SPARK-12632][Python][Make Parameter Descripti...

2016-01-05 Thread vijaykiran
Github user vijaykiran commented on a diff in the pull request: https://github.com/apache/spark/pull/10602#discussion_r48839934 --- Diff: python/pyspark/mllib/fpm.py --- @@ -130,15 +133,22 @@ def train(cls, data, minSupport=0.1, maxPatternLength=10, maxLocalProjDBSize=320

[GitHub] spark pull request: [SPARK-12632][Python][Make Parameter Descripti...

2016-01-05 Thread vijaykiran
Github user vijaykiran commented on a diff in the pull request: https://github.com/apache/spark/pull/10602#discussion_r48839858 --- Diff: python/pyspark/mllib/fpm.py --- @@ -68,11 +68,14 @@ def train(cls, data, minSupport=0.3, numPartitions=-1

[GitHub] spark pull request: [SPARK-12634][DOC] Update param descriptions

2016-01-05 Thread vijaykiran
GitHub user vijaykiran opened a pull request: https://github.com/apache/spark/pull/10601 [SPARK-12634][DOC] Update param descriptions Updates the `param` descriptions to be consistent. See [SPARK-11219] for more details. You can merge this pull request into a Git repository by

[GitHub] spark pull request: [SPARK-12633][DOC] Update param descriptions

2016-01-05 Thread vijaykiran
GitHub user vijaykiran opened a pull request: https://github.com/apache/spark/pull/10600 [SPARK-12633][DOC] Update param descriptions Updates the param descriptions to be consistent. See [SPARK-11219] for more details. You can merge this pull request into a Git repository by

[GitHub] spark pull request: [SPARK-12630][DOC] Update param descriptions

2016-01-05 Thread vijaykiran
GitHub user vijaykiran opened a pull request: https://github.com/apache/spark/pull/10598 [SPARK-12630][DOC] Update param descriptions Updates the `param` descriptions consistent. See [SPARK-11219] for more details. You can merge this pull request into a Git repository by