Skip to content
Snippets Groups Projects
Commit b2c5f4d9 authored by Olivier Grisel's avatar Olivier Grisel
Browse files

Better title

parent 01e110ca
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,6 @@ CS = plt.contour(X, Y, Z, norm=LogNorm(vmin=1.0,vmax=1000.0), ...@@ -45,6 +45,6 @@ CS = plt.contour(X, Y, Z, norm=LogNorm(vmin=1.0,vmax=1000.0),
CB = plt.colorbar(CS, shrink=0.8, extend='both') CB = plt.colorbar(CS, shrink=0.8, extend='both')
plt.scatter(X_train[:, 0], X_train[:, 1], .8) plt.scatter(X_train[:, 0], X_train[:, 1], .8)
plt.title('Predicted negative log-likelihood by a GMM') plt.title('Negative log-likelihood predicted by a GMM')
plt.axis('tight') plt.axis('tight')
plt.show() plt.show()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment