Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Feb 28, 2025
1 parent 80f6b8f commit 81ce023
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ class NaiveBayesSuite extends MLTest with DefaultReadWriteTest {
assert(preds(4)._2 ~= Vectors.dense(0.0, 1.0) relTol 1E-5)
}

// scalastyle:off println
test("model size estimation: dense data") {
val rng = new Random(1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ class AFTSurvivalRegressionSuite extends MLTest with DefaultReadWriteTest {
assert(p1 === p2)
}

// scalastyle:off println
test("model size estimation: aft") {
val quantileProbabilities = Array(0.1, 0.5, 0.9)
val aft = new AFTSurvivalRegression()
Expand Down

0 comments on commit 81ce023

Please sign in to comment.