Enhancement: t-SNE Script Improvements (#13513) #15443
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
machine_learning/t_stochastic_neighbour_embedding.py#L25
machine_learning/t_stochastic_neighbour_embedding.py:25:26: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP035):
machine_learning/t_stochastic_neighbour_embedding.py#L9
machine_learning/t_stochastic_neighbour_embedding.py:9:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|