You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by yl...@apache.org on 2017/08/23 03:06:59 UTC

spark git commit: [ML][MINOR] Make sharedParams update.

Repository: spark
Updated Branches:
  refs/heads/master 3c0c2d09c -> 342961905


[ML][MINOR] Make sharedParams update.

## What changes were proposed in this pull request?
```sharedParams.scala``` was generated by ```SharedParamsCodeGen```, but it's not updated in master. Maybe someone manual update ```sharedParams.scala```, this PR fix this issue.

## How was this patch tested?
Offline check.

Author: Yanbo Liang <yb...@gmail.com>

Closes #19011 from yanboliang/sharedParams.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/34296190
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/34296190
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/34296190

Branch: refs/heads/master
Commit: 34296190558435fce73184fb7fb1e3d2ced7c3f6
Parents: 3c0c2d0
Author: Yanbo Liang <yb...@gmail.com>
Authored: Wed Aug 23 11:06:53 2017 +0800
Committer: Yanbo Liang <yb...@gmail.com>
Committed: Wed Aug 23 11:06:53 2017 +0800

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/ml/param/shared/sharedParams.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/34296190/mllib/src/main/scala/org/apache/spark/ml/param/shared/sharedParams.scala
----------------------------------------------------------------------
diff --git a/mllib/src/main/scala/org/apache/spark/ml/param/shared/sharedParams.scala b/mllib/src/main/scala/org/apache/spark/ml/param/shared/sharedParams.scala
index 545e45e..6061d9c 100644
--- a/mllib/src/main/scala/org/apache/spark/ml/param/shared/sharedParams.scala
+++ b/mllib/src/main/scala/org/apache/spark/ml/param/shared/sharedParams.scala
@@ -154,7 +154,7 @@ private[ml] trait HasVarianceCol extends Params {
 }
 
 /**
- * Trait for shared param threshold (default: 0.5).
+ * Trait for shared param threshold.
  */
 private[ml] trait HasThreshold extends Params {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org