COMMITS
/ machine_learning/linear_discriminant_analysis.py March 7, 2026
J
chore: Fix ruff build failures (#14347)
John Law committed
January 13, 2025
P
[pre-commit.ci] pre-commit autoupdate -- ruff 2025 stable format (#12521)
pre-commit-ci[bot] committed
April 24, 2024
M
Fix ARG005 per file ignore (#11383)
Maxim Smolskiy committed
March 13, 2024
P
[pre-commit.ci] pre-commit autoupdate (#11322)
pre-commit-ci[bot] committed
April 27, 2023
C
Solving the `Top k most frequent words` problem using a max-heap (#8685)
Christian Clauss committed
April 24, 2023
R
Update linear_discriminant_analysis.py and rsa_cipher.py (#8680)
Rohan Anand committed
November 15, 2022
D
fix: no implicit optional (#7984)
Dhruv Manilawala committed
July 11, 2022
C
pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245)
Christian Clauss committed
April 26, 2021
D
fix(ci): Update pre-commit hooks and apply new black (#4359)
Dhruv Manilawala committed
November 11, 2020
P
Reduce complexity linear_discriminant_analysis. (#2452)
poloso committed
September 10, 2020
D
Optimized recursive_bubble_sort (#2410)
Du Yuanchao committed
July 6, 2020
C
isort --profile black . (#2181)
Christian Clauss committed
May 22, 2020
C
Tighten up psf/black and flake8 (#2024)
Christian Clauss committed
December 8, 2019
E
Adding doctests into LDA algorithm (#1621)
ELNS committed
December 7, 2019
G
Improved readability (#1615)
GeorgeChambi committed
November 28, 2019
E
converting generator object to a list object (#1602)
ELNS committed
November 26, 2019
E
Adding Linear Discriminant Analysis (#1592)
ELNS committed