DensityRatioEstimation.jl icon indicating copy to clipboard operation
DensityRatioEstimation.jl copied to clipboard

Density ratio estimation in Julia

Results 3 DensityRatioEstimation.jl issues
Sort by recently updated
recently updated
newest added

Is it possible to bump the compatibility from GPUArrays 8 to 10? This should allow for compability with the most recent versions of CUDA.jl

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2. Release notes Sourced from julia-actions/setup-julia's releases. v2.0.0 - Update to Node20 What's Changed update to node20 by @​ranocha in julia-actions/setup-julia#209 Note the rationale for...

dependencies

```Julia using DensityRatioEstimation, Optim d = densratiofunc(5randn(100), randn(1000), KLIEP()) ``` I am running this but it takes forever. Seems it will never finish.

help wanted