Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ruff
Process completed with exit code 1.
Ruff (RUF001): machine_learning/tsne.py#L190
machine_learning/tsne.py:190:38: RUF001 String contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
Ruff (RUF059): machine_learning/tsne.py#L165
machine_learning/tsne.py:165:13: RUF059 Unpacked variable `data_y` is never used
Ruff (NPY002): machine_learning/tsne.py#L125
machine_learning/tsne.py:125:13: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
Ruff (E501): machine_learning/tsne.py#L90
machine_learning/tsne.py:90:89: E501 Line too long (91 > 88)
Ruff (E501): machine_learning/tsne.py#L74
machine_learning/tsne.py:74:89: E501 Line too long (89 > 88)
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