[GitHub] spark pull request #16457: [SPARK-19057][ML] Instances' weight must be non-n...

2017-01-19 Thread zhengruifeng
Github user zhengruifeng closed the pull request at: https://github.com/apache/spark/pull/16457 --- 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 #16457: [SPARK-19057][ML] Instances' weight must be non-n...

2017-01-03 Thread zhengruifeng
GitHub user zhengruifeng opened a pull request: https://github.com/apache/spark/pull/16457 [SPARK-19057][ML] Instances' weight must be non-negative ## What changes were proposed in this pull request? 1, add non-negative checking in `Instance` 2, fix doc ## How was