Skip to content

alteryx/sparkGLM

Repository files navigation

sparkGLM

A package for training linear and generalized linear models using least-squares (linear models) and Fisher scoring as the training methods. This package is strongly influenced by the lm() and glm() functions of R.

Requires

Spark 1.4.0 (note the use of --driver-class-path due to SPARK_5185)

Building

After cloning the project, go to the sparkGLM directory and enter

./build/sbt compile

Running in the SBT REPL

In the sparkGLM directory enter the command

./build/sbt console

About

An R-like GLM package for Apache Spark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published