Skip to content

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): machine_learning/dbscan.py#L9
machine_learning/dbscan.py:9:1: I001 Import block is un-sorted or un-formatted
Ruff (W293): machine_learning/dbscan.py#L14
machine_learning/dbscan.py:14:1: W293 Blank line contains whitespace
Ruff (F821): machine_learning/dbscan.py#L104
machine_learning/dbscan.py:104:20: F821 Undefined name `pd`
Ruff (W291): machine_learning/dbscan.py#L104
machine_learning/dbscan.py:104:42: W291 Trailing whitespace
Ruff (F821): machine_learning/dbscan.py#L106
machine_learning/dbscan.py:106:20: F821 Undefined name `pd`
Ruff (F821): machine_learning/dbscan.py#L111
machine_learning/dbscan.py:111:24: F821 Undefined name `math`
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 (F821): machine_learning/dbscan.py#L165
machine_learning/dbscan.py:165:20: F821 Undefined name `pd`
Ruff (W291): machine_learning/dbscan.py#L165
machine_learning/dbscan.py:165:42: W291 Trailing whitespace