We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0d987 commit 63a0514Copy full SHA for 63a0514
tsml/utils/validation.py
@@ -97,7 +97,7 @@ def is_clusterer(estimator: BaseEstimator) -> bool:
97
return getattr(estimator, "_estimator_type", None) == "clusterer"
98
99
100
-def _num_features(X: Union[np.ndarray, List[np.ndarray]]) -> tuple[int]:
+def _num_features(X: Union[np.ndarray, List[np.ndarray]]) -> Tuple[int]:
101
"""Return the number of features of a 3D numpy array or a list of 2D numpy arrays.
102
103
Returns
0 commit comments