Skip to content

Refactor Apriori Algorithm: Fix Pruning Logic, Add Type Hints, and Pass Lint Checks #12860

Refactor Apriori Algorithm: Fix Pruning Logic, Add Type Hints, and Pass Lint Checks

Refactor Apriori Algorithm: Fix Pruning Logic, Add Type Hints, and Pass Lint Checks #12860

Triggered via pull request April 30, 2025 08:34
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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()`