Skip to content

Instantly share code, notes, and snippets.

@UrusuLambda
Created August 14, 2020 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UrusuLambda/a153507eee1719b58009016392e1b10e to your computer and use it in GitHub Desktop.
Save UrusuLambda/a153507eee1719b58009016392e1b10e to your computer and use it in GitHub Desktop.
plt.scatter(x_train_transformed_2d[:,0],x_train_transformed_2d[:,1],s=20,c=y_train,cmap='tab10', marker="o", alpha=0.3)
plt.scatter(x_test_transformed_2d[:,0],x_test_transformed_2d[:,1],s=20,c=y_test,cmap='tab10', marker="x", alpha=0.3)
plt.colorbar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment