Refactor Apriori Algorithm: Fix Pruning Logic, Add Type Hints, and Pass Lint Checks #12860
Annotations
2 errors
ruff
Process completed with exit code 1.
|
Ruff (C414):
machine_learning/apriori_algorithm.py#L89
machine_learning/apriori_algorithm.py:89:13: C414 Unnecessary `list()` call within `sorted()`
|