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

    https://github.com/apache/spark/pull/23065#discussion_r234393768
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/feature/LabeledPoint.scala ---
    @@ -30,8 +28,12 @@ import org.apache.spark.ml.linalg.Vector
      * @param features List of features for this data point.
      */
     @Since("2.0.0")
    -@BeanInfo
     case class LabeledPoint(@Since("2.0.0") label: Double, @Since("2.0.0") 
features: Vector) {
    +
    +  def getLabel: Double = label
    --- End diff --
    
    These are added to explicitly add what the companion BeanInfo class was 
implicitly adding


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to