pymc-devs/pymc
GitHub で見るCompile single function in InferenceDataConverter._extract_log_likelihood
Open
#5,256 opened on 2021年12月12日
help wantedmaintenancetrace-backend
Repository metrics
- Stars
- (7,926 stars)
- PR merge metrics
- (平均マージ 11d) (30d で 7 merged PRs)
説明
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: