Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linear regression #20

Open
4 tasks
ocramz opened this issue Dec 26, 2017 · 0 comments
Open
4 tasks

Linear regression #20

ocramz opened this issue Dec 26, 2017 · 0 comments

Comments

@ocramz
Copy link
Member

ocramz commented Dec 26, 2017

Write a howto/tutorial comparing a few ways of doing linear regression in Haskell.

Frequentist

  • least-squares linear regression (e.g. with hmatrix)
  • LASSO linear regression (?) (needs cyclical coordinate descent)
    • theory : Chapter 3 of Hastie, Tibshirani, Friedman

Bayesian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants