Skip to content

Enhance kNN with multiple distance metrics #15765

Enhance kNN with multiple distance metrics

Enhance kNN with multiple distance metrics #15765

Triggered via pull request October 21, 2025 14:22
Status Failure
Total duration 22s
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#L57
machine_learning/k_nearest_neighbours.py:57:89: E501 Line too long (105 > 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