spark git commit: [SPARK-6519][ML] Add spark.ml API for bisecting k-means

2016-01-20 Thread meng
ISHIKAWA <yuu.ishik...@gmail.com> Authored: Wed Jan 20 10:48:10 2016 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Jan 20 10:48:10 2016 -0800 -- .../spark/ml/clustering/Bisectin

spark git commit: [SPARK-12230][ML] WeightedLeastSquares.fit() should handle division by zero properly if standard deviation of target variable is zero.

2016-01-20 Thread meng
nus <iyou...@us.ibm.com> Authored: Wed Jan 20 11:16:59 2016 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Jan 20 11:16:59 2016 -0800 -- .../spark/ml/optim/WeightedLeastSquares.scala | 21

spark git commit: [SPARK-11295][PYSPARK] Add packages to JUnit output for Python tests

2016-01-20 Thread meng
bor Lipták <glip...@gmail.com> Author: Xiangrui Meng <m...@databricks.com> Closes #10850 from mengxr/SPARK-11295. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9bb35c5b Tree: http://git-wip-us.apache.org/repos

spark git commit: Revert "[SPARK-11295] Add packages to JUnit output for Python tests"

2016-01-19 Thread meng
ttp://git-wip-us.apache.org/repos/asf/spark/commit/beda9014 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/beda9014 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/beda9014 Branch: refs/heads/master Commit: beda9014220be77dd735e6af1903e7d93dceb110 Parents: 3ac6482 Author: Xia

spark git commit: [SPARK-12346][ML] Missing attribute names in GLM for vector-type features

2016-01-18 Thread meng
igned-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8c2b67f5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8c2b67f5 Diff: http://git-wip-us.apache.org/repos/asf/spar

spark git commit: [SPARK-12346][ML] Missing attribute names in GLM for vector-type features

2016-01-18 Thread meng
Liang <e...@databricks.com> Authored: Mon Jan 18 12:50:58 2016 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Jan 18 12:50:58 2016 -0800 -- .../spark/ml/feature/VectorAssembler.scala | 6 ++-- .../ap

svn commit: r1723237 - in /spark: mllib/index.md site/mllib/index.html site/news/index.html

2016-01-05 Thread meng
Author: meng Date: Wed Jan 6 06:27:47 2016 New Revision: 1723237 URL: http://svn.apache.org/viewvc?rev=1723237=rev Log: list bisecting k-means and AFT regression on mllib page Modified: spark/mllib/index.md spark/site/mllib/index.html spark/site/news/index.html Modified: spark

[3/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example

2015-12-09 Thread meng
from commit 051c6a066f7b5fcc7472412144c15b50a5319bd5) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bfb42013 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/bfb42013 Diff: http://git

[3/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example

2015-12-09 Thread meng
nts: 1eb7c22 Author: Xusen Yin <yinxu...@gmail.com> Authored: Wed Dec 9 12:00:48 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Dec 9 12:00:48 2015 -0800 -- docs/ml-features.md

[1/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example

2015-12-09 Thread meng
Repository: spark Updated Branches: refs/heads/master 1eb7c22ce -> 051c6a066 http://git-wip-us.apache.org/repos/asf/spark/blob/051c6a06/examples/src/main/scala/org/apache/spark/examples/ml/StringIndexerExample.scala -- diff

[2/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example

2015-12-09 Thread meng
http://git-wip-us.apache.org/repos/asf/spark/blob/051c6a06/examples/src/main/java/org/apache/spark/examples/ml/JavaPolynomialExpansionExample.java -- diff --git

[1/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example

2015-12-09 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.6 ee0a6e722 -> bfb420139 http://git-wip-us.apache.org/repos/asf/spark/blob/bfb42013/examples/src/main/scala/org/apache/spark/examples/ml/StringIndexerExample.scala --

[2/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example

2015-12-09 Thread meng
http://git-wip-us.apache.org/repos/asf/spark/blob/bfb42013/examples/src/main/java/org/apache/spark/examples/ml/JavaPolynomialExpansionExample.java -- diff --git

spark git commit: [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example code

2015-12-07 Thread meng
il.com> Closes #10006 from yanboliang/spark-11958. (cherry picked from commit 4a39b5a1bee28cec792d509654f6236390cafdcb) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5c82

spark git commit: [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example code

2015-12-07 Thread meng
/4a39b5a1 Branch: refs/heads/master Commit: 4a39b5a1bee28cec792d509654f6236390cafdcb Parents: 7d05a62 Author: Yanbo Liang <yblia...@gmail.com> Authored: Mon Dec 7 23:50:57 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Dec

spark git commit: [SPARK-10259][ML] Add @since annotation to ml.classification

2015-12-07 Thread meng
er Commit: 7d05a624510f7299b3dd07f87c203db1ff7caa3e Parents: 7389658 Author: Takahashi Hiroshi <takahashi.hiro...@lab.ntt.co.jp> Authored: Mon Dec 7 23:46:55 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Dec

spark git commit: [SPARK-10259][ML] Add @since annotation to ml.classification

2015-12-07 Thread meng
ssue10259. (cherry picked from commit 7d05a624510f7299b3dd07f87c203db1ff7caa3e) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8652fc03 Tree: http://git-wip-us.apache.org/repos

[3/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using include_example

2015-12-07 Thread meng
)NormalizerExample 3)VectorIndexer Author: Xusen Yin <yinxu...@gmail.com> Author: somideshmukh <somi...@us.ibm.com> Closes #10002 from somideshmukh/SomilBranch1.33. (cherry picked from commit 78209b0ccaf3f22b5e2345dfb2b98edfdb746819) Signed-off-by: Xiangrui Meng <m...@databricks.com> Proje

[2/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using include_example

2015-12-07 Thread meng
http://git-wip-us.apache.org/repos/asf/spark/blob/3c683ed5/examples/src/main/java/org/apache/spark/examples/ml/JavaPolynomialExpansionExample.java -- diff --git

[1/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using include_example

2015-12-07 Thread meng
Repository: spark Updated Branches: refs/heads/master 3e7e05f5e -> 78209b0cc http://git-wip-us.apache.org/repos/asf/spark/blob/78209b0c/examples/src/main/scala/org/apache/spark/examples/ml/StringIndexerExample.scala -- diff

spark git commit: [SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlib - 1.5 backport

2015-12-07 Thread meng
nch: refs/heads/branch-1.5 Commit: 2f30927a5f40f2862e777bfe97282ddcfc0a063a Parents: 3868ab6 Author: Joseph K. Bradley <jos...@databricks.com> Authored: Mon Dec 7 23:37:23 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Dec

spark git commit: Closes #10098

2015-12-07 Thread meng
iff: http://git-wip-us.apache.org/repos/asf/spark/diff/73896588 Branch: refs/heads/master Commit: 73896588dd3af6ba77c9692cd5120ee32448eb22 Parents: 78209b0 Author: Xiangrui Meng <m...@databricks.com> Authored: Mon Dec 7 23:34:16 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Com

spark git commit: [SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlib

2015-12-07 Thread meng
ere no uses of the constructor in spark.ml. CC: mengxr yhuai Author: Joseph K. Bradley <jos...@databricks.com> Closes #10161 from jkbradley/mllib-sqlcontext-fix. (cherry picked from commit 3e7e05f5ee763925ed60410d7de04cf36b723de1) Signed-off-by: Xiangrui Meng <m...@databricks.com>

spark git commit: [SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlib

2015-12-07 Thread meng
7 16:37:09 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Dec 7 16:37:09 2015 -0800 -- .../org/apache/spark/mllib/api/python/PythonMLLibAPI.scala | 6 +++--- .../org/apache/spark/mllib/classification/N

spark git commit: [MINOR][ML] Use coefficients replace weights

2015-12-03 Thread meng
er Commit: d576e76bbaa818480d31d2b8fbbe4b15718307d9 Parents: 688e521 Author: Yanbo Liang <yblia...@gmail.com> Authored: Thu Dec 3 11:37:34 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Thu Dec 3 11:37:34 2015 -0800 -

spark git commit: [MINOR][ML] Use coefficients replace weights

2015-12-03 Thread meng
anboliang/coefficients. (cherry picked from commit d576e76bbaa818480d31d2b8fbbe4b15718307d9) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e0577f54 Tree: http://git-wip-us.apach

spark git commit: [SPARK-10266][DOCUMENTATION, ML] Fixed @Since annotation for ml.tunning

2015-12-02 Thread meng
pache.org/repos/asf/spark/tree/de07d06a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/de07d06a Branch: refs/heads/master Commit: de07d06abecf3516c95d099b6c01a86e0c8cfd8c Parents: 452690b Author: Yu ISHIKAWA <yuu.ishik...@gmail.com> Authored: Wed Dec 2 14:15:54 2015 -0800 Commit

spark git commit: [SPARK-10266][DOCUMENTATION, ML] Fixed @Since annotation for ml.tunning

2015-12-02 Thread meng
ion! Author: Yu ISHIKAWA <yuu.ishik...@gmail.com> Author: Ehsan M.Kermani <ehsanmo1...@gmail.com> Closes #9338 from yu-iskw/JIRA-10266. (cherry picked from commit de07d06abecf3516c95d099b6c01a86e0c8cfd8c) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wi

spark git commit: [SPARK-12000] do not specify arg types when reference a method in ScalaDoc

2015-12-02 Thread meng
up with annotations. cc: JoshRosen jkbradley Author: Xiangrui Meng <m...@databricks.com> Closes #10114 from mengxr/SPARK-12000.2. (cherry picked from commit 9bb695b7a82d837e2c7a724514ea6b203efb5364) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos

spark git commit: [SPARK-12000] do not specify arg types when reference a method in ScalaDoc

2015-12-02 Thread meng
ons. cc: JoshRosen jkbradley Author: Xiangrui Meng <m...@databricks.com> Closes #10114 from mengxr/SPARK-12000.2. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9bb695b7 Tree: http://git-wip-us.apache.org/repos/asf/s

spark git commit: [MINOR][DOCS] fixed list display in ml-ensembles

2015-11-30 Thread meng
ake it look like this: ![new](http://i.imgur.com/0Xriwd2.png) Author: BenFradet <benjamin.fra...@gmail.com> Closes #10025 from BenFradet/ml-ensembles-doc. (cherry picked from commit f2fbfa444f6e8d27953ec2d1c0b3abd603c963f9) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project:

spark git commit: [MINOR][DOCS] fixed list display in ml-ensembles

2015-11-30 Thread meng
-0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Nov 30 13:02:08 2015 -0800 -- docs/ml-ensembles.md | 1 + 1 file changed, 1 insertion(+) --

spark git commit: [SPARK-11960][MLLIB][DOC] User guide for streaming tests

2015-11-30 Thread meng
(cherry picked from commit 55358889309cf2d856b72e72e0f3081dfdf61cfa) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ebf87ebc Tree: http://git-wip-us.apache.org/repos

spark git commit: [SPARK-11689][ML] Add user guide and example code for LDA under spark.ml

2015-11-30 Thread meng
il.com> Closes #9974 from hhbyyh/ldaMLExample. (cherry picked from commit e232720a65dfb9ae6135cbb7674e35eddd88d625) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1562

spark git commit: [SPARK-11975][ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python)

2015-11-30 Thread meng
..@gmail.com> Authored: Mon Nov 30 15:01:08 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Nov 30 15:01:08 2015 -0800 -- .../spark/examples/mllib/JavaDecisionTree.java | 116 -

spark git commit: [SPARK-11975][ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python)

2015-11-30 Thread meng
Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a387cef3 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a387cef3 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a387cef

spark git commit: [SPARK-11689][ML] Add user guide and example code for LDA under spark.ml

2015-11-30 Thread meng
/e232720a Branch: refs/heads/master Commit: e232720a65dfb9ae6135cbb7674e35eddd88d625 Parents: a8ceec5 Author: Yuhao Yang <hhb...@gmail.com> Authored: Mon Nov 30 14:56:51 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Mon Nov 3

spark git commit: [SPARK-11952][ML] Remove duplicate ml examples

2015-11-24 Thread meng
er Commit: 56a0aba0a60326ba026056c9a23f3f6ec7258c19 Parents: e5aaae6 Author: Yanbo Liang <yblia...@gmail.com> Authored: Tue Nov 24 09:52:53 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Tue Nov 24 09:52:53 2015 -0800 -

spark git commit: [SPARK-11952][ML] Remove duplicate ml examples

2015-11-24 Thread meng
om commit 56a0aba0a60326ba026056c9a23f3f6ec7258c19) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6914b750 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6914

spark git commit: [SPARK-11521][ML][DOC] Document that Logistic, Linear Regression summaries ignore weight col

2015-11-24 Thread meng
ttp://git-wip-us.apache.org/repos/asf/spark/diff/9e24ba66 Branch: refs/heads/master Commit: 9e24ba667e43290fbaa3cacb93cf5d9be790f1fd Parents: 56a0aba Author: Joseph K. Bradley <jos...@databricks.com> Authored: Tue Nov 24 09:54:55 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com>

spark git commit: [SPARK-11521][ML][DOC] Document that Logistic, Linear Regression summaries ignore weight col

2015-11-24 Thread meng
hor: Joseph K. Bradley <jos...@databricks.com> Closes #9927 from jkbradley/linregsummary-doc. (cherry picked from commit 9e24ba667e43290fbaa3cacb93cf5d9be790f1fd) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: [SPARK-11847][ML] Model export/import for spark.ml: LDA

2015-11-24 Thread meng
ave on the mllib.DistributedLDAModel directly. I'll send update after some test. Author: Yuhao Yang <hhb...@gmail.com> Closes #9894 from hhbyyh/ldaMLsave. (cherry picked from commit 52bc25c8e26d4be250d8ff7864067528f4f98592) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project:

spark git commit: [SPARK-11847][ML] Model export/import for spark.ml: LDA

2015-11-24 Thread meng
//git-wip-us.apache.org/repos/asf/spark/tree/52bc25c8 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/52bc25c8 Branch: refs/heads/master Commit: 52bc25c8e26d4be250d8ff7864067528f4f98592 Parents: 9e24ba6 Author: Yuhao Yang <hhb...@gmail.com> Authored: Tue Nov 24 09:56:17 2015 -0800 Committer

spark git commit: [SPARK-11895][ML] rename and refactor DatasetExample under mllib/examples

2015-11-22 Thread meng
new meaning in Spark 1.6, we should rename it to avoid confusion. This PR also removes support for dense format to simplify the example code. cc: yinxusen Author: Xiangrui Meng <m...@databricks.com> Closes #9873 from mengxr/SPARK-11895. (cherry picked from commit fe89c1817d668e46adf70d0896c42c2

spark git commit: [SPARK-11902][ML] Unhandled case in VectorAssembler#transform

2015-11-22 Thread meng
360d4 Branch: refs/heads/master Commit: 4be360d4ee6cdb4d06306feca38ddef5212608cf Parents: d9cf9c2 Author: BenFradet <benjamin.fra...@gmail.com> Authored: Sun Nov 22 22:05:01 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed:

spark git commit: [SPARK-11835] Adds a sidebar menu to MLlib's documentation

2015-11-22 Thread meng
cked from commit fc4b792d287095d70379a51f117c225d8d857078) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7f9d3358 Tree: http://git-wip-us.apache.org/repos/asf/spark/tre

spark git commit: [SPARK-11835] Adds a sidebar menu to MLlib's documentation

2015-11-22 Thread meng
er Commit: fc4b792d287095d70379a51f117c225d8d857078 Parents: a6fda0b Author: Timothy Hunter <timhun...@databricks.com> Authored: Sun Nov 22 21:51:42 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Sun Nov 22 21:51:42 2015 -0800 --

spark git commit: [SPARK-11912][ML] ml.feature.PCA minor refactor

2015-11-22 Thread meng
8 Parents: fc4b792 Author: Yanbo Liang <yblia...@gmail.com> Authored: Sun Nov 22 21:56:07 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Sun Nov 22 21:56:07 2015 -0800 -- .../scala/org/apache/spark

spark git commit: [SPARK-11912][ML] ml.feature.PCA minor refactor

2015-11-22 Thread meng
om commit d9cf9c21fc6b1aa22e68d66760afd42c4e1c18b8) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d482dced Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d482dced Diff:

spark git commit: [SPARK-6791][ML] Add read/write for CrossValidator and Evaluators

2015-11-22 Thread meng
itter: Xiangrui Meng <m...@databricks.com> Committed: Sun Nov 22 21:48:48 2015 -0800 -- .../scala/org/apache/spark/ml/Pipeline.scala| 38 +-- .../BinaryClassificationEvaluato

spark git commit: [SPARK-11689][ML] Add user guide and example code for LDA under spark.ml

2015-11-20 Thread meng
ri Nov 20 09:57:09 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Fri Nov 20 09:57:09 2015 -0800 -- docs/ml-clustering.md | 30 +++ docs/ml-guide.md

spark git commit: [SPARK-11852][ML] StandardScaler minor refactor

2015-11-20 Thread meng
ses #9839 from yanboliang/standardScaler-refactor. (cherry picked from commit 9ace2e5c8d7fbd360a93bc5fc4eace64a697b44f) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b11a

spark git commit: [SPARK-11852][ML] StandardScaler minor refactor

2015-11-20 Thread meng
/9ace2e5c Branch: refs/heads/master Commit: 9ace2e5c8d7fbd360a93bc5fc4eace64a697b44f Parents: a66142d Author: Yanbo Liang <yblia...@gmail.com> Authored: Fri Nov 20 09:55:53 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Fri Nov 2

spark git commit: [SPARK-11689][ML] Add user guide and example code for LDA under spark.ml

2015-11-20 Thread meng
les/. Use include_example to include example code in the user guide markdown. Check SPARK-11606 for instructions. Author: Yuhao Yang <hhb...@gmail.com> Closes #9722 from hhbyyh/ldaMLExample. (cherry picked from commit e359d5dcf5bd300213054ebeae9fe75c4f7eb9e7) Signed-off-by: Xiangru

spark git commit: Revert "[SPARK-11689][ML] Add user guide and example code for LDA under spark.ml"

2015-11-20 Thread meng
hor: Xiangrui Meng <m...@databricks.com> Authored: Fri Nov 20 16:51:47 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Fri Nov 20 16:51:47 2015 -0800 -- docs/ml-clustering.md

spark git commit: Revert "[SPARK-11689][ML] Add user guide and example code for LDA under spark.ml"

2015-11-20 Thread meng
85e401 Author: Xiangrui Meng <m...@databricks.com> Authored: Fri Nov 20 16:52:20 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Fri Nov 20 16:52:20 2015 -0800 -- docs/ml-clustering.md

[2/2] spark git commit: [SPARK-11549][DOCS] Replace example code in mllib-evaluation-metrics.md using include_example

2015-11-20 Thread meng
lamangala@Vikass-MacBook-Pro.local> Authored: Fri Nov 20 15:18:41 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Fri Nov 20 15:18:41 2015 -0800 -- docs/mllib-evaluation-metrics.md

[1/2] spark git commit: [SPARK-11549][DOCS] Replace example code in mllib-evaluation-metrics.md using include_example

2015-11-20 Thread meng
Repository: spark Updated Branches: refs/heads/master 4b84c72df -> ed47b1e66 http://git-wip-us.apache.org/repos/asf/spark/blob/ed47b1e6/examples/src/main/scala/org/apache/spark/examples/mllib/MultiLabelMetricsExample.scala --

[1/2] spark git commit: [SPARK-11549][DOCS] Replace example code in mllib-evaluation-metrics.md using include_example

2015-11-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.6 0665fb5ea -> 1dde97176 http://git-wip-us.apache.org/repos/asf/spark/blob/1dde9717/examples/src/main/scala/org/apache/spark/examples/mllib/MultiLabelMetricsExample.scala

spark git commit: [SPARK-11846] Add save/load for AFTSurvivalRegression and IsotonicRegression

2015-11-19 Thread meng
er Commit: 4114ce20fbe820f111e55e891ae3889b0e6e0006 Parents: 7ee7d5a Author: Xusen Yin <yinxu...@gmail.com> Authored: Thu Nov 19 22:01:02 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Thu Nov 1

spark git commit: [SPARK-11829][ML] Add read/write to estimators under ml.feature (II)

2015-11-19 Thread meng
asf/spark/diff/3b7f056d Branch: refs/heads/master Commit: 3b7f056da87a23f3a96f0311b3a947a9b698f38b Parents: 4114ce2 Author: Yanbo Liang <yblia...@gmail.com> Authored: Thu Nov 19 22:02:17 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Thu Nov 1

spark git commit: [SPARK-11829][ML] Add read/write to estimators under ml.feature (II)

2015-11-19 Thread meng
;yblia...@gmail.com> Closes #9838 from yanboliang/spark-11829. (cherry picked from commit 3b7f056da87a23f3a96f0311b3a947a9b698f38b) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/a

spark git commit: [SPARK-11846] Add save/load for AFTSurvivalRegression and IsotonicRegression

2015-11-19 Thread meng
sen/SPARK-11846. (cherry picked from commit 4114ce20fbe820f111e55e891ae3889b0e6e0006) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4774897f Tree: http://git-wip-us.apach

spark git commit: [SPARK-11875][ML][PYSPARK] Update doc for PySpark HasCheckpointInterval

2015-11-19 Thread meng
igned-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0a878ad0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0a878ad0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0

spark git commit: [SPARK-11867] Add save/load for kmeans and naive bayes

2015-11-19 Thread meng
er Commit: 3e1d120cedb4bd9e1595e95d4d531cf61da6684d Parents: 0fff8eb Author: Xusen Yin <yinxu...@gmail.com> Authored: Thu Nov 19 23:43:18 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Thu Nov 19 23:43:18 2015 -0800 -- .../sp

spark git commit: [SPARK-11867] Add save/load for kmeans and naive bayes

2015-11-19 Thread meng
cked from commit 3e1d120cedb4bd9e1595e95d4d531cf61da6684d) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1ce6394e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1ce6

spark git commit: [SPARK-11875][ML][PYSPARK] Update doc for PySpark HasCheckpointInterval

2015-11-19 Thread meng
..@gmail.com> Authored: Thu Nov 19 22:14:01 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Thu Nov 19 22:14:01 2015 -0800 -- python/pyspark/ml/param/_shared_params_code_gen.py | 6 -- python/pyspa

spark git commit: [SPARK-11869][ML] Clean up TempDirectory properly in ML tests

2015-11-19 Thread meng
9851 from jkbradley/tempdir-cleanup. (cherry picked from commit 0fff8eb3e476165461658d4e16682ec64269fdfe) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/60d93752 Tree:

spark git commit: [SPARK-11869][ML] Clean up TempDirectory properly in ML tests

2015-11-19 Thread meng
efs/heads/master Commit: 0fff8eb3e476165461658d4e16682ec64269fdfe Parents: 7216f40 Author: Joseph K. Bradley <jos...@databricks.com> Authored: Thu Nov 19 23:42:24 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Thu Nov 1

spark git commit: [SPARK-11816][ML] fix some style issue in ML/MLlib examples

2015-11-18 Thread meng
om commit 67c75828ff4df2e305bdf5d6be5a11201d1da3f3) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4b4a6bf5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4b4a6bf5 Diff: http://git-wip-us.apach

spark git commit: [SPARK-11816][ML] fix some style issue in ML/MLlib examples

2015-11-18 Thread meng
or: Yuhao Yang <hhb...@gmail.com> Authored: Wed Nov 18 18:49:46 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Nov 18 18:49:46 2015 -0800 -- .../main/java/org/apache/spark/examples/ml/JavaKM

spark git commit: [SPARK-6787][ML] add read/write to estimators under ml.feature (1)

2015-11-18 Thread meng
ity. jkbradley Author: Xiangrui Meng <m...@databricks.com> Closes #9798 from mengxr/SPARK-6787. (cherry picked from commit 7e987de1770f4ab3d54bc05db8de0a1ef035941d) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: [SPARK-6787][ML] add read/write to estimators under ml.feature (1)

2015-11-18 Thread meng
ity. jkbradley Author: Xiangrui Meng <m...@databricks.com> Closes #9798 from mengxr/SPARK-6787. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7e987de1 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7e987de1 Diff: h

spark git commit: [SPARK-11720][SQL][ML] Handle edge cases when count = 0 or 1 for Stats function

2015-11-18 Thread meng
ttp://git-wip-us.apache.org/repos/asf/spark/diff/09ad9533 Branch: refs/heads/master Commit: 09ad9533d5760652de59fa4830c24cb8667958ac Parents: 7c5b641 Author: JihongMa <linlin200...@gmail.com> Authored: Wed Nov 18 13:03:37 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Commit

spark git commit: [SPARK-6790][ML] Add spark.ml LinearRegression import/export

2015-11-18 Thread meng
gxr fayeshine Author: Wenjian Huang <nextr...@163.com> Author: Joseph K. Bradley <jos...@databricks.com> Closes #9814 from jkbradley/fayeshine-patch-6790. (cherry picked from commit 045a4f045821dcf60442f0600c2df1b79bddb536) Signed-off-by: Xiangrui Meng <m...@databricks.com> Pr

spark git commit: [SPARK-6790][ML] Add spark.ml LinearRegression import/export

2015-11-18 Thread meng
0 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Nov 18 13:06:25 2015 -0800 -- .../spark/ml/regression/LinearRegression.scala | 77 +++- .../ml/regression/LinearRegressionSuite.scala | 34

spark git commit: [SPARK-6789][ML] Add Readable, Writable support for spark.ml ALS, ALSModel

2015-11-18 Thread meng
park/diff/2acdf10b Branch: refs/heads/master Commit: 2acdf10b1f3bb1242dba64efa798c672fde9f0d2 Parents: 045a4f0 Author: Joseph K. Bradley <jos...@databricks.com> Authored: Wed Nov 18 13:16:31 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Nov 1

spark git commit: [SPARK-6789][ML] Add Readable, Writable support for spark.ml ALS, ALSModel

2015-11-18 Thread meng
lt;jos...@databricks.com> Closes #9786 from jkbradley/als-io. (cherry picked from commit 2acdf10b1f3bb1242dba64efa798c672fde9f0d2) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/a

spark git commit: [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec

2015-11-18 Thread meng
: 2acdf10 Author: Yuhao Yang <hhb...@gmail.com> Authored: Wed Nov 18 13:25:15 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Nov 18 13:25:15 2015 -0800 -- .../src/main/scala/org/apach

spark git commit: [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec

2015-11-18 Thread meng
om commit e391abdf2cb6098a35347bd123b815ee9ac5b689) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/eda1ff4e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/eda1ff4e Diff:

spark git commit: [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec

2015-11-18 Thread meng
om commit e391abdf2cb6098a35347bd123b815ee9ac5b689) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/18e308b8 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/18e308b8 Diff:

spark git commit: [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec

2015-11-18 Thread meng
om commit e391abdf2cb6098a35347bd123b815ee9ac5b689) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0439e32e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0439e32e Diff:

spark git commit: [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec

2015-11-18 Thread meng
om commit e391abdf2cb6098a35347bd123b815ee9ac5b689) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5278ef0f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5278ef0f Diff:

spark git commit: [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec

2015-11-18 Thread meng
om commit e391abdf2cb6098a35347bd123b815ee9ac5b689) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/307f27e2 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/307f27e2 Diff:

spark git commit: [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec

2015-11-18 Thread meng
om commit e391abdf2cb6098a35347bd123b815ee9ac5b689) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/11ee9d19 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/11ee9d19 Diff:

spark git commit: [SPARK-11684][R][ML][DOC] Update SparkR glm API doc, user guide and example codes

2015-11-18 Thread meng
nbo Liang <yblia...@gmail.com> Authored: Wed Nov 18 13:30:29 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Nov 18 13:30:29 2015 -0800 -- R/pkg/R/mllib.R | 18 ++

spark git commit: [SPARK-11684][R][ML][DOC] Update SparkR glm API doc, user guide and example codes

2015-11-18 Thread meng
45c5bccbb) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/03c2d20d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/03c2d20d Diff: http://git-wip-us.apache.org/repos

spark git commit: [SPARK-11820][ML][PYSPARK] PySpark LiR & LoR should support weightCol

2015-11-18 Thread meng
ents: e222d75 Author: Yanbo Liang <yblia...@gmail.com> Authored: Wed Nov 18 13:32:06 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Wed Nov 18 13:32:06 2015 -0800 -- python/pyspark/

spark git commit: [SPARK-11820][ML][PYSPARK] PySpark LiR & LoR should support weightCol

2015-11-18 Thread meng
d from commit 603a721c21488e17c15c45ce1de893e6b3d02274) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/464b2d42 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/464b2d42 Diff: http://gi

spark git commit: [SPARK-11764][ML] make Param.jsonEncode/jsonDecode support Vector

2015-11-17 Thread meng
hor: Xiangrui Meng <m...@databricks.com> Closes #9776 from mengxr/SPARK-11764. (cherry picked from commit 3e9e6380236985ec5b51b459f8c61f964a76ff8b) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apach

spark git commit: [SPARK-11769][ML] Add save, load to all basic Transformers

2015-11-17 Thread meng
er Commit: d98d1cb000c8c4e391d73ae86efd09f15e5d165c Parents: d925149 Author: Joseph K. Bradley <jos...@databricks.com> Authored: Tue Nov 17 12:43:56 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Tue Nov 1

spark git commit: [SPARK-11769][ML] Add save, load to all basic Transformers

2015-11-17 Thread meng
ansformer-io. (cherry picked from commit d98d1cb000c8c4e391d73ae86efd09f15e5d165c) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e7f90164 Tree: http://git-wip-us.apach

spark git commit: [SPARK-11728] Replace example code in ml-ensembles.md using include_example

2015-11-17 Thread meng
om commit 9154f89befb7a33d4853cea95efd7dc6b25d033b) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/47e58322 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/47e58322 Diff: http://git-wi

spark git commit: [SPARK-11728] Replace example code in ml-ensembles.md using include_example

2015-11-17 Thread meng
: 2f191c6 Author: Xusen Yin <yinxu...@gmail.com> Authored: Tue Nov 17 23:44:06 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Tue Nov 17 23:44:06 2015 -0800 -- docs/ml-ensembles.md

spark git commit: [SPARK-11764][ML] make Param.jsonEncode/jsonDecode support Vector

2015-11-17 Thread meng
rui Meng <m...@databricks.com> Closes #9776 from mengxr/SPARK-11764. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3e9e6380 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3e9e6380 Diff: http://git-wip-us.apache.

spark git commit: [SPARK-11763][ML] Add save, load to LogisticRegression Estimator

2015-11-17 Thread meng
: Tue Nov 17 14:03:49 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Tue Nov 17 14:03:49 2015 -0800 -- .../ml/classification/LogisticRegression.scala | 91 +++- .../org/apache/spark/ml

spark git commit: [SPARK-11763][ML] Add save, load to LogisticRegression Estimator

2015-11-17 Thread meng
irs. Moved LogisticRegressionReader/Writer to within LogisticRegressionModel CC: mengxr Author: Joseph K. Bradley <jos...@databricks.com> Closes #9749 from jkbradley/lr-io-2. (cherry picked from commit 6eb7008b7f33a36b06d0615b68cc21ed90ad1d8a) Signed-off-by: Xiangrui Meng <m...@da

spark git commit: [SPARK-11729] Replace example code in ml-linear-methods.md using include_example

2015-11-17 Thread meng
yinxusen/SPARK-11729. (cherry picked from commit 328eb49e671337e09188853b29c8f32fb157) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c0ada5b9 Tree: http://git-wi

spark git commit: [SPARK-11729] Replace example code in ml-linear-methods.md using include_example

2015-11-17 Thread meng
er Commit: 328eb49e671337e09188853b29c8f32fb157 Parents: fa603e0 Author: Xusen Yin <yinxu...@gmail.com> Authored: Tue Nov 17 13:59:59 2015 -0800 Committer: Xiangrui Meng <m...@databricks.com> Committed: Tue Nov 1

spark git commit: [SPARK-7013][ML][TEST] Add unit test for spark.ml StandardScaler

2015-11-17 Thread meng
edu.cn> Closes #6665 from RoyGao/7013. (cherry picked from commit 67a5132c21bc8338adbae80b33b85e8fa0ddda34) Signed-off-by: Xiangrui Meng <m...@databricks.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3f63f08f T

<    1   2   3   4   5   6   7   8   9   10   >