Skip to content

Performance enhancements for logistic regression

Created by: markus-h

We tweaked our algorithm to run faster on the cluster. Therefore we replaced a cross with a map in combination with broadcast variables. Additionally we got rid of all object creations inside of functions and replaced the former apache commons math vector clath with functions that work directly on arrays.

Merge request reports