-
Looks like `husl` module is no longer maintained (last release was in 2015) and instead can be used `hsluv`
https://pypi.org/project/hsluv/
https://github.com/hsluv/hsluv-python/
-
Distributions already has an `LKJ(d, η)` whose support is `d × d` correlation matrices. More useful for probabilistic programming is the equivalent `LKJ` distribution on whose support is the correspon…
-
The AdvGAN computes a "target distribution loss", which compares the perturbed output to samples from the target distribution. These target samples are currently computed via numpy (`np.random.normal`…
-
Hi, thanks for your great contributions! I am trying to reimplement SSN on the LIDC dataset in PyTorch by consulting this repo and your TensorFlow implementation. However, I meet some problems with `…
-
**Describe the bug**
When try run freezed project which importing PyTorch I get:
```python
PS D:\Tests\pytorch_test\.freezedproject> .\start.exe
Traceback (most recent call last):
File "D:\Test…
-
Following up from https://github.com/PostHog/posthog/issues/7418 , here's what we need to do to get the MVP out in these 2 weeks:
Main Tasks:
1. [x] Figure out & build the UI Creation Flow - @li…
-
## description
- goal: pm.sample_posterior_predictive() from a model+trace
- but: draw a different number of samples than originally observed
- this fails when using a multivariate likelihood/pos…
-
Hi Joshua,
First of all, I love this repository. This is such a fantastic idea and a clear lacuna for those of us 1) teaching methods to grad students but 2) knowing of very few applied OLS example…
-
So some take away points from the great community call today (thanks @femtomc and @cscherrer for organizing this):
1. There are plans to separate Gen's GFI to its own package at some point. CC: @alex…
-
While writing a functional testing notebook for this sampler, I noticed very poor performance on the correlated Gaussian even with a large number of iterations, indicating a possible bug.
- [x] Che…