[mlpack] [mlpack/mlpack] mlpack_adaboost error (#821)

Ryan Curtin notifications at github.com
Tue Dec 6 10:15:50 EST 2016


So the issue here is twofold:

 * The training set you are using can be perfectly modeled by the weak learner in a single iteration of AdaBoost.  But the AdaBoost code does not handle this as well as it could.
 * There is some problem serializing `nan` values in text and binary format.

I have some ideas for how to fix it but at the moment I don't have the time.  If you train on a more difficult dataset, I think that you are not likely to see this problem.  Still, I will fix it when I have a chance! :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/821#issuecomment-265175553
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://knife.lugatgt.org/pipermail/mlpack/attachments/20161206/8276e2e4/attachment.html>


More information about the mlpack mailing list