Skip to content

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

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 #10045

Triggered via pull request October 2, 2024 14:33
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.