-
#### Description
I suggest allowing mixed datasets (half binary variables, half real-valued variables) into the Naive Bayes classifier. Currently the `GaussianNB` and `BernoulliNB` classes handle one…
-
Really enjoying this package, thank you for your work on it.
For Soss.jl, here's a simple model:
```julia
m = @model begin
x ~ Normal(0,1)
y ~ Normal(x^2, 1) |> iid(10)
end
```
For…
-
I am trying to adapt #154 to using a spike-slab prior `pi * delta + (1 - pi) * N(mu, sigma)` where pi, mu and sigma are given and a uniform prior will be used for the intercept. I came up with the co…
-
We currently use delays in several places and could be doing so via a submodule. This could be called several things.
I see it being used to:
- Model reporting delays
- Model generation times…
-
### Is your feature request related to a problem? Please describe.
After fitting a distribution to data by MLE, I would like to know the (asymptotic) variance of the estimator to get a sense of its a…
-
#### Describe the workflow you want to enable
If the target `y` is (approximately) Poisson, Gamma or else Tweedie distributed, it would be beneficial for tree based regressors to support [Tweedie dev…
-
### Description
This is a function I wrote a long time ago for one of my first games, and ended up dropping it on nearly every project I make. It lets you pick an element at random from an array. I…
-
"Never use Fisher's exact test !"
follow-up to #2605 confidence intervals for two sample proportions
unconditional exact tests guarantee the size (less or equal to nominal size) but are more powerfu…
-
Long time no see, @yejimun . How have you been?
I have a question about your project. As you know, a Variational Autoencoder (VAE) typically uses a reconstruction loss, which can either be Mean Squ…
-
[this commit needs check](https://github.com/DanburyAI/SG_DLB_2017/commit/7637241ef46d58d462300e70e8ea1b708a84e528)