Harry Wilde
Harry Wilde
Need to add a file `tempering.jl` containing all of the API implementation and accompanying additional helper functions to the inference sub-module such that Turing's samplers can be tempered.
Following from a discussion between myself and @mohamed82008 , he managed to set up a quick fix for passing an initial theta into a Turing model, the code looks as...
Аs mentioned in this old issue: https://github.com/kaz-yos/tableone/issues/76#issue-752134268 it would be very useful to be able to add some censoring cut-off at which point only < N or ** or similar...
I want to specify a Normal model with sig2 ~ InverseGamma(a, b) and mu ~ Normal(mup, sig2), is this possible? I can achieve the sig2 fine by passing `:sig2 =>...
Hi, I keep getting the following error when trying to call `@logprogress` in a function call to update a progress bar inside `@withprogress` wrapping my main execution loop, it works...
Hi, I have a use case where I know my longitude and latitude but not the timezone (using IP to get my current approx lat and long). I want to...
### Environment details If you are already running CTGAN, please indicate the following details about the environment in which you are running it: * CTGAN version: 0.7.1 * Python version:...
### Environment Details Please indicate the following details about the environment in which you found the bug: * SDV version: 1.0.0 * Python version: 3.10.10 * Operating System: macOS 13.2.1...
### Problem Description Specifically, my question stems from wanting to one hot encode the component part of the result of applying the `ClusterBasedNormalizer`? My custom generator doesn't deal well with...
### Problem Description In implementing RDT within a larger workflow, I am leaning on the transformer inference the package is capable of to provide a simpler workflow for users that...