Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change QuantileDiscretizer test name to better reflect purpose
  • Loading branch information
Oliver Pierson committed Feb 24, 2016
commit abea8765f66d061fca1d5358660fb71e9a194cc2
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class QuantileDiscretizerSuite
}
}

test("Test splits on relatively large dataset") {
test("Test splits on dataset larger than minSamplesRequired") {
val sqlCtx = SQLContext.getOrCreate(sc)
import sqlCtx.implicits._

Expand Down