Github user yinxusen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11486#discussion_r56290089
  
    --- Diff: R/pkg/inst/tests/testthat/test_mllib.R ---
    @@ -141,3 +141,26 @@ test_that("kmeans", {
       cluster <- summary.model$cluster
       expect_equal(sort(collect(distinct(select(cluster, 
"prediction")))$prediction), c(0, 1))
     })
    +
    +test_that("naiveBayes", {
    +  training <- suppressWarnings(createDataFrame(sqlContext, iris))
    --- End diff --
    
    Previously I use the HouseVote84 data because e1071::naiveBayes use that. 
But if I use it, then the testband should have mlbench package installed.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to