st--

Results 89 issues of st--

Hi, I came across the [POMDPs.jl Software paper](https://www.jmlr.org/papers/v18/16-300.html) and it reminded me of a point I had thought of before - what should "AbstractGP.jl" be? From the name, I had...

As pointed out in the README, `PDMat` always stores both Cholesky factorisation and full matrix. For many operations that are commonly used downstream, such as logdet and the quadratic forms,...

Would be really helpful in downstream code if I wouldn't have to think whether I've got a `Diagonal` -> wrap in `PDiagMat` or not -> wrap in `PDMat`. How about...

WIP- still need to port over the tests from #754

help wanted

# Documentation/tutorial notebooks The minimize() method of GPflow's Scipy optimizer by default optimizes the model to convergence. This is in stark contrast to the TensorFlow Optimizer classes, whose minimize() method...

The package version is defined in the `VERSION` file. There is a separate version for the documentation defined in `doc/source/conf.py`. This makes it easy to miss updating one of them....

In my fork at https://github.com/st--/VFF (new default branch `gpflow2`) I've started porting the code to gpflow2 (as released on PyPI) to enable support for modern GPflow / TensorFlow releases. I...

Cloning the repository and running `python setup.py develop` works and lets you import e.g. `bayesian_benchmarks.tasks`. However, simply running `pip install git+https://github.com/hughsalimbeni/bayesian_benchmarks@master` does not: this doesn't actually put any of the...

Hi @domluna, thanks for providing JuliaFormatter & this formatting workflow! HowI'm wondering what's the reason behind marking the example in the README as deprecated? The linked https://github.com/julia-actions/julia-format/blob/master/workflows/format_check.yml seems rather more...