Skip to content

Refactor t-SNE implementation and improve readability #15537

Refactor t-SNE implementation and improve readability

Refactor t-SNE implementation and improve readability #15537

Triggered via pull request October 18, 2025 02:55
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (E501): machine_learning/t_stochastic_neighbour_embedding.py#L81
machine_learning/t_stochastic_neighbour_embedding.py:81:89: E501 Line too long (114 > 88)
Ruff (E501): machine_learning/t_stochastic_neighbour_embedding.py#L51
machine_learning/t_stochastic_neighbour_embedding.py:51:89: E501 Line too long (104 > 88)
Ruff (I001): machine_learning/t_stochastic_neighbour_embedding.py#L8
machine_learning/t_stochastic_neighbour_embedding.py:8:1: I001 Import block is un-sorted or un-formatted