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

    https://github.com/apache/spark/pull/19528#discussion_r146080311
  
    --- Diff: python/pyspark/mllib/classification.py ---
    @@ -173,7 +173,7 @@ def __init__(self, weights, intercept, numFeatures, 
numClasses):
                 self._dataWithBiasSize = None
                 self._weightsMatrix = None
             else:
    -            self._dataWithBiasSize = self._coeff.size / (self._numClasses 
- 1)
    +            self._dataWithBiasSize = self._coeff.size // (self._numClasses 
- 1)
    --- End diff --
    
    This is already fixed in the 2.0 branch, btw.  Just was never applied to 
1.6.  [SPARK-20862]


---

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

Reply via email to