Skip to content
Snippets Groups Projects
Commit 7db69d56 authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

Refactor GLM algorithms and add Java tests

This change adds Java examples and unit tests for all GLM algorithms
to make sure the MLLib interface works from Java. Changes include
- Introduce LabeledPoint and avoid using Doubles in train arguments
- Rename train to run in class methods
- Make the optimizer a member variable of GLM to make sure the builder
  pattern works
parent 7388e276
No related branches found
No related tags found
No related merge requests found
Showing
with 624 additions and 168 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment