Closed userbz closed 5 years ago
I made a quick update regarding the following issues:
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
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