Fitting mixture model of Gaussians and uniform distributions to real data - python

后端 未结 0 618
我寻月下人不归
我寻月下人不归 2020-12-02 23:42

I am trying to fit a GaussianMixtureModel to \'noisy\' data using:

import numpy as np
import matplotlib.pyplot as plt
from sklearn.mixture import GaussianMixt         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题