Skip to content

Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm #10015

Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm

Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm #10015

Triggered via pull request October 2, 2024 10:41
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 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#L35
machine_learning/dbscan.py:35:15: UP007 Use `X | Y` for type annotations
Ruff (UP006): machine_learning/dbscan.py#L84
machine_learning/dbscan.py:84:33: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (UP006): machine_learning/dbscan.py#L84
machine_learning/dbscan.py:84:43: UP006 Use `list` instead of `List` for type annotation
ruff
Process completed with exit code 1.