Re: Int tolerance in LBFGS.setConvergenceTol causes problems

2014-06-17 Thread DB Tsai
Hi Gang, This is a bug, and I'm the one who did it :) Just add the comment to your PR. Thanks. Sincerely, DB Tsai --- My Blog: https://www.dbtsai.com LinkedIn: https://www.linkedin.com/in/dbtsai On Tue, Jun 17, 2014 at 7:13 PM, Gang Bai wro

Int tolerance in LBFGS.setConvergenceTol causes problems

2014-06-17 Thread Gang Bai
Hi folks, I am implementing a regression model for count data which uses LBFGS for parameter estimation. Following the patterns in mllib.regression, I created an object PoissonRegressionModelWithLBFGS, which creates a new instance of class PoissonRegressionModelWithLBFGS and invokes the run met