Skip to content

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

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

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

Triggered via pull request October 11, 2025 20:20
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (RUF001): machine_learning/tsne.py#L194
machine_learning/tsne.py:194:38: RUF001 String contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
Ruff (RUF059): machine_learning/tsne.py#L169
machine_learning/tsne.py:169:13: RUF059 Unpacked variable `data_y` is never used
Ruff (NPY002): machine_learning/tsne.py#L129
machine_learning/tsne.py:129:13: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
Ruff (E501): machine_learning/tsne.py#L52
machine_learning/tsne.py:52:89: E501 Line too long (92 > 88)
Ruff (I001): machine_learning/tsne.py#L28
machine_learning/tsne.py:28:1: I001 Import block is un-sorted or un-formatted