We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc617e6 commit fd0ea02Copy full SHA for fd0ea02
1 file changed
autosklearn/evaluation/train_evaluator.py
@@ -67,7 +67,7 @@ def _get_y_array(y: SUPPORTED_TARGET_TYPES, task_type: int) -> SUPPORTED_TARGET_
67
return y
68
69
70
-T = TypeVar("T", SUPPORTED_FEAT_TYPES | SUPPORTED_TARGET_TYPES)
+T = TypeVar("T", SUPPORTED_FEAT_TYPES, SUPPORTED_TARGET_TYPES)
71
72
73
def select(data: T, indices: np.ndarray) -> T:
0 commit comments