We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3effe4 commit 61ce18fCopy full SHA for 61ce18f
examples/mixture/plot_gmm_selection.py
@@ -94,6 +94,7 @@
94
95
plt.xticks(())
96
plt.yticks(())
97
-plt.title('Selected GMM: full model, 2 components')
+plt.title(f'Selected GMM: {best_gmm.covariance_type} model, '
98
+ f'{best_gmm.n_components} components')
99
plt.subplots_adjust(hspace=.35, bottom=.02)
100
plt.show()
0 commit comments