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

Discrete (mixed) density estimators #907

Open
michaeldeistler opened this issue Jan 15, 2024 · 4 comments
Open

Discrete (mixed) density estimators #907

michaeldeistler opened this issue Jan 15, 2024 · 4 comments
Assignees
Labels
density_estimators enhancement New feature or request

Comments

@michaeldeistler
Copy link
Contributor

michaeldeistler commented Jan 15, 2024

For discrete (mixed) parameters.

Can probably recycle a lot of code from MNLE.

@michaeldeistler michaeldeistler added the enhancement New feature or request label Jan 15, 2024
@janfb
Copy link
Contributor

janfb commented Jan 15, 2024

Yes, MNLE implements a mixed estimator with a categorical distribution.
It would be nice to extend this to discrete flows as well.

@gmoss13
Copy link
Contributor

gmoss13 commented Feb 29, 2024

Related to #968

@coschroeder
Copy link
Contributor

happy to work on this during the hackathon

@janfb
Copy link
Contributor

janfb commented Aug 23, 2024

The MNLE classes are now refactored to match the API of the other build functions, including z-scoring and embedding nets. Thus, in principle, one can now also use the MNLE setup for posterior inference. However, it allows only for a single discrete column in x (theta).

An autoregressive density estimator on top would be the solution, see #1112

@janfb janfb removed this from the Hackathon and release 0.23 milestone Aug 23, 2024
@janfb janfb removed the hackathon label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
density_estimators enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants