-
* Characterize the flux and object shape distributions for objects that pass the target selection cuts applied to DR3
* provide utility functions that can randomly sample those distributions
* updat…
-
MFVI is currently a catch-all class: it captures BBVI, ADVI (not implemented yet) and various extensions.
perhaps it makes sense to rename it `KLqp`?
or perhaps it makes sense to rename both KL-base…
-
I'm surprised that I cannot seem to separate these blobs easily in 3 clusters?
![example_blobs](https://cloud.githubusercontent.com/assets/69774/19498748/94a255ae-9547-11e6-83fe-003ad11c3218.png)
I …
-
It would be nice if scikit-learn showed which lines are covered by unit tests in our PRs. For example, Coveralls will show your test coverage line by line.
![image](https://cloud.githubusercontent.co…
-
http://doi.org/10.1038/srep26094
-
I am going to add these functionalities to the package soon.
One question needs to be decided: should we correct the scale like we do in unweighted cases? like:
``` julia
m = mean(x, w)
# shall we d…
-
I am trying out the Gaussian mixture models in the package. I tried to model a mixture with two Components, G(1000,500^2), and G(2000,600^2). The following is the code:
```
data = np.random.normal(10…
-
1. Why there is no BIC and AIC attributes for BayessianGaussianMixture? There were BIC and AIC available for VBGMM and DPGMM...
2. Is "weight_concentration_prior" parameter in BayessianGaussianMixture…
-
This behavior was originally discovered by @tmargus in Issue #35.
The setup.py script attempts to automatically grab misc and riboutils from the respective repos and install them using "pip3 instal…
-
Hi!
I've been looking to your examples and code and I was hoping that you could answer a few questions.
Right now, I trying to implement a very simple model: a 1D signal with 2 states and the observ…