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 bdc7e4a commit 3b17c3dCopy full SHA for 3b17c3d
R/pkg/inst/tests/testthat/test_mllib.R
@@ -874,7 +874,7 @@ test_that("spark.lda with libsvm", {
874
model2 <- read.ml(modelPath)
875
stats2 <- summary(model2)
876
877
- expect_false(stats2$isDistributed)
+ expect_true(stats2$isDistributed)
878
expect_equal(logLikelihood, stats2$logLikelihood)
879
expect_equal(logPerplexity, stats2$logPerplexity)
880
expect_equal(vocabSize, stats2$vocabSize)
0 commit comments