Tom Minka

Results 47 comments of Tom Minka

@mjkkirschner As I explain [here](https://github.com/pythonnet/pythonnet/issues/1099#issuecomment-753666999), this issue is not the same as #1099 .

There is no conflict since .NET performs [assembly unification](https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/redirect-assembly-versions) of these assemblies. The nuget package works perfectly fine outside of Unity. So this looks like a misbehavior of Unity. Check...

An exponential distribution is equivalent to a Gamma distribution with shape parameter equal to 1. So you can write this as a Gamma variable whose rate is another Gamma variable....

We don't recommend priors here. Try asking on [Cross Validated](https://stats.stackexchange.com/).

1. To model values constrained to [0,1] in a flexible way, you can use: * a logistic transformation of a Gaussian * Max(0, Min(1, Gaussian)) 2. The limitations are documented...

PR #386 adds support for `Beta(a,1)` with Gamma `a`.

Pythonnet requires you to import user-defined types before you can use them. This includes CompilerChoice. It is in namespace Microsoft.ML.Probabilistic.Compiler.