Skip to content

Add t-SNE algorithm for dimensionality reduction (#13432) #15219

Add t-SNE algorithm for dimensionality reduction (#13432)

Add t-SNE algorithm for dimensionality reduction (#13432) #15219

Triggered via pull request October 11, 2025 21:37
Status Failure
Total duration 12s
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/tsne.py#L200
machine_learning/tsne.py:200:89: E501 Line too long (90 > 88)
Ruff (ARG002): machine_learning/tsne.py#L145
machine_learning/tsne.py:145:25: ARG002 Unused method argument: `data_x`