Add t-SNE algorithm for dimensionality reduction (#13432) #15221
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
machine_learning/tsne.py#L70
machine_learning/tsne.py:70: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
|