Skip to content

Example of creating a Java-based Spark project to read in a set of sparse vectors and run linear regression

Notifications You must be signed in to change notification settings

insidedctm/sparse-linear-regression

Repository files navigation

sparse-linear-regression

I wrote this example piece of java code for running sparse linear regression after providing a much shorter Scala version in a Spark forum answer - link broken (new link). The OP asked if I could provide the same code in Java to which I thought "nope I'm too busy to do that". Then I wondered how much effort, and how many lines of code, it would actually take. The answer is ... a lot!

About

Example of creating a Java-based Spark project to read in a set of sparse vectors and run linear regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published