Baunsgaard opened a new pull request #1195: URL: https://github.com/apache/systemds/pull/1195
This commit make the MultiLogReg predict and training consistent in its handling of Y. furthermore it has a small optimization where isNaN is used on sum of the matrix. This makes it faster in general, since it does not scan the matrix twice, the small downside is that it does not count the number of NaNs anymore, but that does not matter. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
