Add t-SNE algorithm for dimensionality reduction (#13432) #15219
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
machine_learning/tsne.py#L200
machine_learning/tsne.py:200:89: E501 Line too long (90 > 88)
|
|
Ruff (ARG002):
machine_learning/tsne.py#L145
machine_learning/tsne.py:145:25: ARG002 Unused method argument: `data_x`
|