Skip to content

Added Scala implementation of logistic regression

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

Created by: powibol

This contains the implementation of logistic regression written in Scala, written by group no. 4.

As described in issue with #8 (closed) the functionality was verified using cub_gen test files and a Matlab implementation of the algorithm (for comparison). As soon as there is an answer in issue #8 (closed) we will contribute the test resources as well.

Merge request reports