Open
Description
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

Metadata
Metadata
Assignees
Labels
No labels