Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21195#discussion_r186556119
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/util/MLTestingUtils.scala ---
    @@ -247,4 +247,21 @@ object MLTestingUtils extends SparkFunSuite {
         }
         models.sliding(2).foreach { case Seq(m1, m2) => modelEquals(m1, m2)}
       }
    +
    +  /**
    +   * Helper function for testing different input types for features. Given 
a DataFrame, generate
    +   * three output DataFrames: one having vector feature column with float 
precision, one having
    --- End diff --
    
    minor: should say `features` column to make the contract clear.


---

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

Reply via email to