-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Application: Generalized linear models #63
Comments
Just a note here. I've been working my way through replicating some of Rs lmer and glmer using sparse-linear-algebra as the sparse matrix representation. It's going slowly but going. Once this all (the bare bones of lmer and glmer) works, I'd be happy to see what we can do about adding different algos, like whatever is in glmnet. I've been focused on glmer because it is what's used in some papers doing electorate modeling and I have some plans to explore that work once I have the tools. |
Wow, thanks for sharing your work! I agree the FFI stuff is pretty confusing; I've never looked into the cholmod internals. However I'd be happy to support you in using/extending SLA. |
Just an update here: I've got LMMs and GLMMs (with Normal, Bernoulli, Binomial, Poisson, and Gamma distributions for observations) working, at least roughly. I'm working on some confidence interval stuff--parametric bootstrapping and likelihood profiling. All following lme4. You can see that work on this branch: https://github.com/adamConnerSax/glm-haskell/tree/GLMMs |
References :
algorithmic discussion at http://bwlewis.github.io/GLM/
GLMNET R vignette : https://web.stanford.edu/~hastie/glmnet/glmnet_alpha.html
The text was updated successfully, but these errors were encountered: