I may be slow to respond.
-
Uppsala University
- Uppsala, Sweden
- widmann.dev
Highlights
- Pro
Block or Report
Block or report devmotion
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
CalibrationPaper Public
Repository of NeurIPS 2019 paper "Calibration tests in multi-class classification: A unifying framework"
-
-
-
-
-
CalibrationErrorsDistributions.jl Public archive
Estimation of calibration errors using Distributions.jl
Julia 3
2,209 contributions in the last year
Activity overview
Contributed to
JuliaStats/Distributions.jl,
JuliaOptimalTransport/OptimalTransport.jl,
JuliaGaussianProcesses/KernelFunctions.jl
and 137 other
repositories
Contribution activity
May 2022
Created 31 commits in 19 repositories
Created a pull request in JuliaDiff/ChainRules.jl that received 10 comments
Add rules for det and logdet of Cholesky
This PR adds rules for det(::Cholesky) and logdet(::Cholesky) (currently defined in Zygote for real numbers: https://github.com/FluxML/Zygote.jl/bl…
+41
−1
•
10
comments
Opened 17 other pull requests in 15 repositories
FluxML/Zygote.jl
1
open
1
merged
TuringLang/Bijectors.jl
1
open
1
merged
JuliaStats/StatsFuns.jl
1
merged
JuliaStats/Distributions.jl
1
open
JuliaMath/SpecialFunctions.jl
1
open
JuliaStats/LogExpFunctions.jl
1
merged
TuringLang/AdvancedPS.jl
1
merged
JuliaStats/PDMats.jl
1
merged
JuliaGaussianProcesses/ApproximateGPs.jl
1
merged
TuringLang/MCMCChains.jl
1
merged
JuliaDiff/ForwardDiff.jl
1
open
JuliaDiff/DiffRules.jl
1
merged
TuringLang/turing.ml
1
merged
andremht/gym-gridworld
1
open
TuringLang/TuringTutorials
1
merged
Reviewed 21 pull requests in 16 repositories
TuringLang/Turing.jl
2 pull requests
JuliaStats/LogExpFunctions.jl
2 pull requests
JuliaMath/ChangesOfVariables.jl
2 pull requests
JuliaDiff/ForwardDiff.jl
2 pull requests
JuliaStats/Distributions.jl
2 pull requests
JuliaDiff/ChainRules.jl
1 pull request
TuringLang/Libtask.jl
1 pull request
JuliaDiff/ReverseDiff.jl
1 pull request
JuliaMath/SpecialFunctions.jl
1 pull request
JuliaStats/PDMats.jl
1 pull request
JuliaLang/julia
1 pull request
TuringLang/AdvancedPS.jl
1 pull request
JuliaMath/InverseFunctions.jl
1 pull request
TuringLang/MCMCChains.jl
1 pull request
JuliaGaussianProcesses/ApproximateGPs.jl
1 pull request
TuringLang/TuringTutorials
1 pull request
Created an issue in JuliaMath/HypergeometricFunctions.jl that received 13 comments
_₂F₁ returns wrong (and negative!) result for large parameter values
The following example causes issues in StatsFuns: julia> using HypergeometricFunctions julia> _₂F₁(6041, -2495, 6042, 0.1) -1.8601060304844724e86 A…
13
comments