Skip to content

Feature/apriori association rules #14044

Feature/apriori association rules

Feature/apriori association rules #14044

Triggered via pull request September 6, 2025 18:54
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (UP006): machine_learning/apriori_algorithm.py#L39
machine_learning/apriori_algorithm.py:39:28: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): machine_learning/apriori_algorithm.py#L34
machine_learning/apriori_algorithm.py:34:28: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): machine_learning/apriori_algorithm.py#L34
machine_learning/apriori_algorithm.py:34:23: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): machine_learning/apriori_algorithm.py#L16
machine_learning/apriori_algorithm.py:16:25: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): machine_learning/apriori_algorithm.py#L16
machine_learning/apriori_algorithm.py:16:20: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): machine_learning/apriori_algorithm.py#L13
machine_learning/apriori_algorithm.py:13:1: UP035 `typing.Set` is deprecated, use `set` instead
Ruff (UP035): machine_learning/apriori_algorithm.py#L13
machine_learning/apriori_algorithm.py:13:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (UP035): machine_learning/apriori_algorithm.py#L13
machine_learning/apriori_algorithm.py:13:1: UP035 `typing.Dict` is deprecated, use `dict` instead
Ruff (UP035): machine_learning/apriori_algorithm.py#L13
machine_learning/apriori_algorithm.py:13:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (I001): machine_learning/apriori_algorithm.py#L11
machine_learning/apriori_algorithm.py:11:1: I001 Import block is un-sorted or un-formatted