Skip to content

Commit e2f6bf8

Browse files
authored
Merge pull request #136 from realpython/jablonskidev-patch-1
Update README.md
2 parents a293060 + 55f86d9 commit e2f6bf8

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)