srowen commented on a change in pull request #27895: [SPARK-31138][ML] Add 
ANOVA Selector for continuous features and categorical labels
URL: https://github.com/apache/spark/pull/27895#discussion_r392700299
 
 

 ##########
 File path: mllib/src/main/scala/org/apache/spark/ml/stat/FValueTest.scala
 ##########
 @@ -63,11 +63,12 @@ object FValueTest {
    * @param dataset  DataFrame of continuous labels and continuous features.
    * @param featuresCol  Name of features column in dataset, of type `Vector` 
(`VectorUDT`)
    * @param labelCol  Name of label column in dataset, of any numerical type
-   * @return Array containing the FRegressionTestResult for every feature 
against the label.
+   * @return Array containing the FValueTestResult for every feature against 
the label.
 
 Review comment:
   Likewise does the return value type actually change here or are you just 
fixing docs?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to