Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20146#discussion_r160048655
--- Diff: R/pkg/tests/fulltests/test_mllib_classification.R ---
@@ -348,12 +348,12 @@ test_that("spark.mlp", {
# Test random seed
# default seed
- model <- spark.mlp(df, label ~ features, layers = c(4, 5, 4, 3), maxIter
= 10)
+ model <- spark.mlp(df, label ~ features, layers = c(4, 5, 4, 3), maxIter
= 100)
--- End diff --
Ahh, @viirya, would you mind if I ask to check it after setting
`spark.sparkr.use.daemon` to `false` too?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]