pymc-devs/pymc
Vedi su GitHubCompile single function in InferenceDataConverter._extract_log_likelihood
Open
#5256 aperta il 12 dic 2021
help wantedmaintenancetrace-backend
Metriche repository
- Star
- (7926 star)
- Metriche merge PR
- (Merge medio 11g) (7 PR mergiate in 30 g)
Descrizione
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: