statisticalbiotechnology / diffacto

Other
13 stars 8 forks source link

Debug log0 gmm #12

Closed userbz closed 5 years ago

userbz commented 5 years ago

I made a quick update regarding the following issues:

9 fixed df.values property has been called twice;

fixed importing GaussianMixture as GMM from sklearn.mixture; fixed gmm.covars call (replaced with gmm.covariances) fixed df.ix calls (replaced with df.loc) fixed log(0) warnings code reformatted (python-black) improved function docstrings