Skip to content
Snippets Groups Projects
Commit 048a7594 authored by Ruifeng Zheng's avatar Ruifeng Zheng Committed by Sean Owen
Browse files

[SPARK-14030][MLLIB] Add parameter check to MLLIB

## What changes were proposed in this pull request?

add parameter verification to MLLIB, like
numCorrections > 0
tolerance >= 0
iters > 0
regParam >= 0

## How was this patch tested?

manual tests

Author: Ruifeng Zheng <ruifengz@foxmail.com>
Author: Zheng RuiFeng <mllabs@datanode1.(none)>
Author: mllabs <mllabs@datanode1.(none)>
Author: Zheng RuiFeng <ruifengz@foxmail.com>

Closes #11852 from zhengruifeng/lbfgs_check.
parent 1803bf63
No related branches found
No related tags found
No related merge requests found
Showing
with 83 additions and 13 deletions
Loading
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