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

Implement ordinal regression GLM (ordered_logistic_glm_lpmf) #1251

Closed
t4c1 opened this issue May 23, 2019 · 0 comments
Closed

Implement ordinal regression GLM (ordered_logistic_glm_lpmf) #1251

t4c1 opened this issue May 23, 2019 · 0 comments
Milestone

Comments

@t4c1
Copy link
Contributor

t4c1 commented May 23, 2019

Description

Implement a GLM for ordinal regression.

Example

ordered_logistic_glm_lpmf(y, x, beta, cuts) should be equivalent to ordered_logistic_lpmf(y, x * beta, cuts).

Expected Output

The new GLM should use analytically derived gradients and GPU to be faster than the existing option how to implement ordinal regression.

Current Version:

v2.19.1

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

No branches or pull requests

2 participants