Skip to content

Commit af2cd54

Browse files
committed
use tuple instead of typing.Tuple
1 parent 90ccff3 commit af2cd54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

machine_learning/t_stochastic_neighbour_embedding.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
Run t-SNE on the Iris dataset, with CI-safe doctests and visualization.
55
"""
66

7-
# Standard library
87
import doctest
98

10-
# Third-party
119
import numpy as np
1210
from numpy import ndarray
1311

0 commit comments

Comments
 (0)