Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (RUF001): machine_learning/tsne.py#L178
machine_learning/tsne.py:178:38: RUF001 String contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
Ruff (RUF059): machine_learning/tsne.py#L153
machine_learning/tsne.py:153:8: RUF059 Unpacked variable `y_labels` is never used
Ruff (NPY002): machine_learning/tsne.py#L118
machine_learning/tsne.py:118:9: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
Ruff (E501): machine_learning/tsne.py#L53
machine_learning/tsne.py:53:89: E501 Line too long (92 > 88)