我想运行这个关于一维高斯混合示例的示例:http ://www.astroml.org/book_figures/chapter4/fig_GMM_1D.html 但我一直有这个错误:
from sklearn.mixture import GMM
ImportError: cannot import name 'GMM'
我试图用 from 替换它,sklearn.mixture import GaussianMixture 但代码不起作用,它们没有相同的功能。
先感谢您。
慕无忌1623718
小怪兽爱吃肉
相关分类