Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 587 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 587 Bytes

Bayesian logistic regression in Haskell

The Haskell code builds using stack. stack is the Haskell equivalent of Scala's sbt. stack should manage all necessary dependencies, including Haskell itself. Note that on Linux (and similar) systems, Haskell and Stack can be installed by installing the packages haskell-platform and haskell-stack.

stack build && stack exec lr-exe

For convenience, a Makefile is also included, so just typing make should work if stack is installed.