-
Notifications
You must be signed in to change notification settings - Fork 155
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
Adapt SNRE to new DensityEstimator abstraction #992
Labels
Comments
gmoss13
changed the title
Adapt MNLE to new DensityEstimator abstraction
Adapt SNRE to new DensityEstimator abstraction
Mar 13, 2024
I will take a look at this and formulate some ideas. |
The purpose of the layer is to:
Non-goals:
Progress:
|
Note: this will address the ratio aspect of #957 . |
This was referenced Mar 20, 2024
7 tasks
solved with #1097 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
It would be good to create a
RatioEstimator
to use for SNRE methods, similar toDensityEstimator
abstraction already implemented. The API and broadcasting should be similar, so possibly this should be handled in a parentEstimator
class (see #966)The text was updated successfully, but these errors were encountered: