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

    https://github.com/apache/spark/pull/19381#discussion_r174862550
  
    --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/MLTest.scala ---
    @@ -109,4 +110,14 @@ trait MLTest extends StreamTest with TempDirectory { 
self: Suite =>
         testTransformerOnDF(dataframe, transformer, firstResultCol,
           otherResultCols: _*)(globalCheckFunction)
       }
    +
    +  def testPredictorModelSinglePrediction(model: PredictionModel[Vector, _],
    --- End diff --
    
    Thanks for the updates!  Just this comment: Can we please call this method 
testPredictionModelSinglePrediction to match the name of the class it is 
testing?


---

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

Reply via email to