Skip to content
#

bayesian-statistics

Here are 519 public repositories matching this topic...

jesnie
jesnie commented Feb 4, 2022

Feature request

In several places we use multiple dispatch. Right now the types to dispatch on are configured separately. Could we infer the types to dispatch on from Python type hints? That would simplify the code.

Motivation

Instead of:

@dispatch.expectation.register(Gaussian, kernels.Sum, InducingPoints, NoneType, NoneType)
def expectation_gaussian_sum_inducingpoints(
    
enhancement good first issue

Improve this page

Add a description, image, and links to the bayesian-statistics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bayesian-statistics topic, visit your repo's landing page and select "manage topics."

Learn more