Passed
Pull Request — master (#156)
by Tomáš
07:08
created
src/Phpml/Classification/Linear/LogisticRegression.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -255,7 +255,6 @@
 block discarded – undo
255 255
      *
256 256
      * The probability is simply taken as the distance of the sample
257 257
      * to the decision plane.
258
-
259 258
      * @param mixed $label
260 259
      */
261 260
     protected function predictProbability(array $sample, $label): float
Please login to merge, or discard this patch.