-
- Downloads
[SPARK-3077][MLLIB] fix some chisq-test
- promote nullHypothesis field in ChiSqTestResult to TestResult. Every test should have a null hypothesis - correct null hypothesis statement for independence test - p-value: 0.01 -> 0.1 Author: Xiangrui Meng <meng@databricks.com> Closes #1982 from mengxr/fix-chisq and squashes the following commits: 5f0de02 [Xiangrui Meng] make ChiSqTestResult constructor package private bc74ea1 [Xiangrui Meng] update chisq-test
Showing
- mllib/src/main/scala/org/apache/spark/mllib/stat/test/ChiSqTest.scala 1 addition, 1 deletion...in/scala/org/apache/spark/mllib/stat/test/ChiSqTest.scala
- mllib/src/main/scala/org/apache/spark/mllib/stat/test/TestResult.scala 16 additions, 12 deletions...n/scala/org/apache/spark/mllib/stat/test/TestResult.scala
Please register or sign in to comment