pyro icon indicating copy to clipboard operation
pyro copied to clipboard

[FR] HTML tabulated model and kernel summaries in contrib.gp

Open nipunbatra opened this issue 3 years ago • 0 comments

Hi, I wanted to show some examples of the feature I'm proposing.

First, I show models and kernels from GPy tutorial

Screenshot 2022-03-03 at 2 37 13 PM

A similar interface in GPFlow

Screenshot 2022-03-03 at 2 38 19 PM

I propose something similar for pyro.contrib.gp using a package like tabulate.

The following code from GPFlow may be used as a reference: https://github.com/GPflow/GPflow/blob/2ca04f22fa8c5450111c818805bc55b608810b5b/gpflow/utilities/traversal.py#L95

nipunbatra avatar Mar 03 '22 09:03 nipunbatra