Skip to content

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (I001): machine_learning/dbscan.py#L8
machine_learning/dbscan.py:8:1: I001 Import block is un-sorted or un-formatted
Ruff (W291): machine_learning/dbscan.py#L104
machine_learning/dbscan.py:104:42: W291 Trailing whitespace
Ruff (W291): machine_learning/dbscan.py#L146
machine_learning/dbscan.py:146:31: W291 Trailing whitespace
Ruff (W291): machine_learning/dbscan.py#L147
machine_learning/dbscan.py:147:62: W291 Trailing whitespace
Ruff (W291): machine_learning/dbscan.py#L165
machine_learning/dbscan.py:165:42: W291 Trailing whitespace
ruff
Process completed with exit code 1.