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