Add t-SNE algorithm for dimensionality reduction (#13432) #15220
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
machine_learning/tsne.py#L72
machine_learning/tsne.py:72:6: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP006):
machine_learning/tsne.py#L24
machine_learning/tsne.py:24:26: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP035):
machine_learning/tsne.py#L17
machine_learning/tsne.py:17:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
|
Ruff (W291):
machine_learning/tsne.py#L8
machine_learning/tsne.py:8:67: W291 Trailing whitespace
|