[mlpack-git] [mlpack] Enhance SoftmaxRegression (#457)

Ryan Curtin notifications at github.com
Tue Sep 29 08:24:29 EDT 2015


> @@ -249,7 +249,7 @@ BOOST_AUTO_TEST_CASE(SoftmaxRegressionFitIntercept)
>      data.col(i) = g1.Random();
>      responses[i] = 0;
>    }
> -  for (size_t i = 501; i < 1000; ++i)
> +  for (size_t i = 500; i < 1000; ++i)

Nice catch!

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/457/files#r40664112
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150929/0468e45c/attachment.html>


More information about the mlpack-git mailing list