Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (UP006): machine_learning/tsne.py#L72
machine_learning/tsne.py:72:6: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): machine_learning/tsne.py#L24
machine_learning/tsne.py:24:26: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP035): machine_learning/tsne.py#L17
machine_learning/tsne.py:17:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (W291): machine_learning/tsne.py#L8
machine_learning/tsne.py:8:67: W291 Trailing whitespace