Description
add a new method
@Since("3.1.0") def test( dataset: DataFrame, featuresCol: String, labelCol: String, flatten: Boolean): DataFrame
Similar to new test method in ChiSquareTest, it will:
1, support df operation on the returned df;
2, make driver no longer a bottleneck when dim is high
Attachments
Issue Links
- relates to
-
SPARK-31301 flatten the result dataframe of tests in stat
- Resolved
- links to