pymc-devs/pymc
View on GitHubCompile single function in InferenceDataConverter._extract_log_likelihood
Open
#5,256 opened on Dec 12, 2021
help wantedmaintenancetrace-backend
Repository metrics
- Stars
- (7,926 stars)
- PR merge metrics
- (Avg merge 11d) (7 merged PRs in 30d)
Description
After #5245 we no longer need to create one function per observed variable, which may be more efficient.
This requires some understanding of how to feed the right information to the InferenceData object, possibly with some extra room for improvements in InferenceDataConverter.log_likelihood_vals_point which has a TODO as well: