How to get Standard Deviation from each components in sklearn GMM after fit?
model.fit(dataSet)
model.means_ is the means of each components.
model.weights_ is the co-efficient of each components.
Where I can find the standard deviations of each Gaussian components?