Skip to content

Commit

Permalink
rm figures
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrea committed Dec 11, 2023
1 parent 233c125 commit 8dbf7ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions notebooks/pca.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,8 @@ sns.scatterplot(x="pca-one", y="pca-two", hue="y",
plt.show()
"""
,
showoutput = true,
cache_jl_vars = [:mnist_proj, :mnist_y],
showoutput = false,
# cache_jl_vars = [:mnist_proj, :mnist_y],
)

# ╔═╡ fd8f7308-c38c-420c-a2a1-56ecbb208671
Expand Down Expand Up @@ -1169,6 +1169,8 @@ plt.colorbar(boundaries=np.arange(11)-0.5).set_ticks(np.arange(10))
plt.title('Visualizing MNIST through t-SNE', fontsize=24)
plt.show()
"""
,
showoutput = false,
)


Expand Down Expand Up @@ -1216,6 +1218,8 @@ plt.title("MNIST data embedded into two dimensions by UMAP", fontsize=18)
plt.show()
"""
,
showoutput = false
)

# ╔═╡ 273de5a4-4400-48c9-8a0d-296e57cf26a4
Expand Down

0 comments on commit 8dbf7ad

Please sign in to comment.