Skip to content

Implement K-Medoids clustering algorithm #13488 #15763

Implement K-Medoids clustering algorithm #13488

Implement K-Medoids clustering algorithm #13488 #15763

Triggered via pull request October 21, 2025 14:10
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (E501): machine_learning/k_nearest_neighbours.py#L58
machine_learning/k_nearest_neighbours.py:58:89: E501 Line too long (91 > 88)
Ruff (I001): machine_learning/k_nearest_neighbours.py#L15
machine_learning/k_nearest_neighbours.py:15:1: I001 Import block is un-sorted or un-formatted