COMMITS
/ machine_learning/k_means_clust.py September 27, 2023
T
Update k_means_clust.py (#8996)
thor-harsh committed
March 1, 2023
C
Make some ruff fixes (#8154)
Christian Clauss committed
February 1, 2023
C
pre-commit: Upgrade psf/black for stable style 2023 (#8110)
Christian Clauss committed
October 12, 2022
July 7, 2022
V
MAINT: Updated f-string method (#6230)
Vardhaman committed
January 30, 2022
C
The black formatter is no longer beta (#5960)
Christian Clauss committed
March 26, 2021
A
[mypy] fix small folders 2 (#4293)
algobytewise committed
October 21, 2020
C
Pyupgrade to python3.8 (#3616)
Christian Clauss committed
September 10, 2020
D
Optimized recursive_bubble_sort (#2410)
Du Yuanchao committed
August 23, 2020
B
Fix SettingWithCopy warning by pandas (#2346)
BAKEZQ committed
July 6, 2020
C
isort --profile black . (#2181)
Christian Clauss committed
C
isort --profile black --recursive . (#2170)
Christian Clauss committed
June 19, 2020
B
add visualization of k means clustering as excel format (#2104)
beqakd committed
May 22, 2020
C
Tighten up psf/black and flake8 (#2024)
Christian Clauss committed
January 3, 2020
C
pyupgrade --py37-plus **/*.py (#1654)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
November 25, 2017
C
Modernize Python 2 code to get ready for Python 3
cclauss committed
October 2, 2017
A
added k means clustering algorithm, usage doc inside.
Anurag Kumar committed