You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just get 5x3 very black images with nothing but black. All codes prior to this line run smoothly and no problem
Is there any hint as to why and how to fix it? I m using "noteable". Python 3.9.
The next lines, run perfectly and the graph is as in the book:
mglearn.discrete_scatter(X_train_pca[:, 0], X_train_pca[:, 1], y_train)
plt.xlabel("First principal component")
plt.ylabel("Second principal component")
BR
The text was updated successfully, but these errors were encountered:
I just get 5x3 very black images with nothing but black. All codes prior to this line run smoothly and no problem
Is there any hint as to why and how to fix it? I m using "noteable". Python 3.9.
The next lines, run perfectly and the graph is as in the book:
mglearn.discrete_scatter(X_train_pca[:, 0], X_train_pca[:, 1], y_train)
plt.xlabel("First principal component")
plt.ylabel("Second principal component")
BR
The text was updated successfully, but these errors were encountered: