Skip to content

Implementation of DBSCAN algorithm in Machine Learning #9849

Implementation of DBSCAN algorithm in Machine Learning

Implementation of DBSCAN algorithm in Machine Learning #9849

Triggered via pull request October 1, 2024 15:44
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#L1
machine_learning/dbscan.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (N801): machine_learning/dbscan.py#L7
machine_learning/dbscan.py:7:7: N801 Class name `dbScan` should use CapWords convention
Ruff (E501): machine_learning/dbscan.py#L16
machine_learning/dbscan.py:16:89: E501 Line too long (116 > 88)
Ruff (E501): machine_learning/dbscan.py#L17
machine_learning/dbscan.py:17:89: E501 Line too long (117 > 88)
Ruff (F841): machine_learning/dbscan.py#L78
machine_learning/dbscan.py:78:9: F841 Local variable `minpts` is assigned to but never used
ruff
Process completed with exit code 1.