Searched refs:data_to_numpy (Results 1 – 1 of 1) sorted by relevance
164 def data_to_numpy(it: Iterable[Tuple[List[str], List[List[int]]]]) -> Iterable[Tuple[List[str], Any… function226 grouped_numpy_iter = data_to_numpy(grouped_iter)