Skip to content
Snippets Groups Projects
Commit 34296190 authored by Yanbo Liang's avatar Yanbo Liang
Browse files

[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 <ybliang8@gmail.com>

Closes #19011 from yanboliang/sharedParams.
parent 3c0c2d09
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment