We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7c517 commit 3ebb5cdCopy full SHA for 3ebb5cd
1 file changed
R/pkg/tests/fulltests/test_mllib_classification.R
@@ -82,7 +82,7 @@ test_that("spark.svmLinear", {
82
expect_error(collect(predictions))
83
model <- spark.svmLinear(traindf, clicked ~ ., regParam = 0.1, handleInvalid = "skip")
84
predictions <- predict(model, testdf)
85
- expect_equal(class(collect(predictions)$clicked[1]), "character")
+ expect_equal(class(collect(predictions)$clicked[1]), "list")
86
87
})
88
0 commit comments