Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/20146#discussion_r159584417
--- 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 --
can you check if the run time increases significantly? this is an issue
before - see SPARK-21693
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]