add k-means clustering notebook
This commit is contained in:
parent
48cc096617
commit
060e3386ec
3 changed files with 3531 additions and 0 deletions
887
K-Means Clustering.ipynb
Normal file
887
K-Means Clustering.ipynb
Normal file
File diff suppressed because one or more lines are too long
2624
poetry.lock
generated
Normal file
2624
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
[tool.poetry]
|
||||
name = "data-science-research"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Jake Walker <hi@jakew.me>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
jupyterlab = "^4.0.8"
|
||||
matplotlib = "^3.8.3"
|
||||
seaborn = "^0.13.2"
|
||||
numpy = "^1.26.4"
|
||||
kneed = "^0.8.5"
|
||||
scikit-learn = "^1.4.1.post1"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in a new issue