Enhancement: t-SNE Script Improvements (#13513) #15442
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
machine_learning/t_stochastic_neighbour_embedding.py#L104
machine_learning/t_stochastic_neighbour_embedding.py:104:89: E501 Line too long (89 > 88)
|
|
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
|