Feature/apriori association rules #14044
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
|