Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm #10045
Annotations
5 errors
Ruff (UP035):
machine_learning/dbscan.py#L9
machine_learning/dbscan.py:9:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
Ruff (UP035):
machine_learning/dbscan.py#L9
machine_learning/dbscan.py:9:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
machine_learning/dbscan.py#L95
machine_learning/dbscan.py:95:33: UP006 Use `dict` instead of `Dict` for type annotation
|
Ruff (UP006):
machine_learning/dbscan.py#L95
machine_learning/dbscan.py:95:43: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|