Skip to content

Performance enhancement for LogReg in Spark

schuefna requested to merge github/fork/powibol/master into master

Created by: powibol

With pull request #28 we prevented object creations caused by Apache Math in the Stratosphere implementation of LogReg. Now Apache Math was replaced in the Spark implementation as well.

Merge request reports