[GitHub] spark pull request #17746: [SPARK-20449][ML] Upgrade breeze version to 0.13....

2017-04-25 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/17746#discussion_r113256277 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -288,18 +288,18 @@ test_that("spark.mlp", { c(0, 0, 0, 0, 0, 5, 5, 5, 5, 5,

[GitHub] spark pull request #17746: [SPARK-20449][ML] Upgrade breeze version to 0.13....

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17746 --- 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 is

[GitHub] spark pull request #17746: [SPARK-20449][ML] Upgrade breeze version to 0.13....

2017-04-25 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/17746#discussion_r113133446 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -288,18 +288,18 @@ test_that("spark.mlp", { c(0, 0, 0, 0, 0, 5, 5, 5, 5,

[GitHub] spark pull request #17746: [SPARK-20449][ML] Upgrade breeze version to 0.13....

2017-04-24 Thread dbtsai
Github user dbtsai commented on a diff in the pull request: https://github.com/apache/spark/pull/17746#discussion_r112999875 --- Diff: R/pkg/inst/tests/testthat/test_mllib_classification.R --- @@ -288,18 +288,18 @@ test_that("spark.mlp", { c(0, 0, 0, 0, 0, 5, 5, 5, 5, 5,

[GitHub] spark pull request #17746: [SPARK-20449][ML] Upgrade breeze version to 0.13....

2017-04-24 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/17746 [SPARK-20449][ML] Upgrade breeze version to 0.13.1 ## What changes were proposed in this pull request? Upgrade breeze version to 0.13.1, which fixed some critical bugs of L-BFGS-B.