Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm #10014
Annotations
10 errors
Ruff (I001):
machine_learning/dbscan.py#L1
machine_learning/dbscan.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
machine_learning/dbscan.py#L5
machine_learning/dbscan.py:5:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP035):
machine_learning/dbscan.py#L5
machine_learning/dbscan.py:5:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP007):
machine_learning/dbscan.py#L29
machine_learning/dbscan.py:29:59: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
machine_learning/dbscan.py#L68
machine_learning/dbscan.py:68:33: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
machine_learning/dbscan.py#L68
machine_learning/dbscan.py:68:43: UP006 Use `list` instead of `List` for type annotation
|
Ruff (W291):
machine_learning/dbscan.py#L97
machine_learning/dbscan.py:97:42: W291 Trailing whitespace
|
Ruff (W291):
machine_learning/dbscan.py#L139
machine_learning/dbscan.py:139:31: W291 Trailing whitespace
|
Ruff (W291):
machine_learning/dbscan.py#L140
machine_learning/dbscan.py:140:62: W291 Trailing whitespace
|
Ruff (W291):
machine_learning/dbscan.py#L158
machine_learning/dbscan.py:158:42: W291 Trailing whitespace
|