Skip to content

Commit 55f86d9

Browse files
authored
Update README.md
1 parent a293060 commit 55f86d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practical-k-means/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Practical K-Means Clustering in Python
22

3-
The Jupyter notebooks in this directory follow the code examples in Real Python's [Practical K-Means Clustering in Python](https://realpython.com/practical-k-means-clustering-python/) article. The article is structured such that there are two main sections with code. The first section works with synthetic data. The second section starts when the TCGA cancer gene expression dataset is introduced.
3+
The Jupyter notebooks in this directory follow the code examples in Real Python's [Practical K-Means Clustering in Python](https://realpython.com/k-means-clustering-python/) article. The article is structured such that there are two main sections with code. The first section works with synthetic data. The second section starts when the TCGA cancer gene expression dataset is introduced.
44

55
## Getting Started
66

0 commit comments

Comments
 (0)