Add t-SNE algorithm for dimensionality reduction (#13432) #15212
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)
|