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