Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechpavlu committed Jan 18, 2024
1 parent f94a0b0 commit ff48380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ each given instance into any of the found clusters.
To find more information about this algorithm, have a look at the
[Wikipedia page](https://en.wikipedia.org/wiki/K-means_clustering).

This implementation is not meant to be used in a production environments,
This implementation is not meant to be used in production environments,
because it uses just the simple Python means; no usage of NumPy or any other
scientific and compute performance optimized library. The purpose of this
project is to be rather descriptive and not for being used in any mission-critical
Expand Down

0 comments on commit ff48380

Please sign in to comment.