Skip to content

Commit fe6681c

Browse files
authored
Update doc/python/ml-pca.md
1 parent c2f15fa commit fe6681c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/python/ml-pca.md

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ fig.show()
140140
<div style="font-size: 0.9em;"><div style="width: calc(100% - 30px); box-shadow: none; border: thin solid rgb(229, 229, 229);"><div style="padding: 5px;"><div><p><strong>Sign up for Dash Club</strong> → Free cheat sheets plus updates from Chris Parmer and Adam Schroeder delivered to your inbox every two months. Includes tips and tricks, community apps, and deep dives into the Dash architecture.
141141
<u><a href="https://go.plotly.com/dash-club?utm_source=Dash+Club+2022&utm_medium=graphing_libraries&utm_content=inline">Join now</a></u>.</p></div></div></div></div>
142142

143+
143144
## 2D PCA Scatter Plot
144145

145146
In the previous examples, you saw how to visualize high-dimensional PCs. In this example, we show you how to simply visualize the first two principal components of a PCA, by reducing a dataset of 4 dimensions to 2D.

0 commit comments

Comments
 (0)