Parallel processing

This commit is contained in:
2021-04-13 19:28:18 -05:00
parent bec7dae6d9
commit 77b10b9609
9 changed files with 45 additions and 25 deletions

View File

@@ -76,7 +76,6 @@ class ObjectiveValueComponent(Component):
self,
_: Optional[Instance],
sample: Sample,
pre: Optional[List[Any]] = None,
) -> Tuple[Dict[Hashable, List[List[float]]], Dict[Hashable, List[List[float]]]]:
# Instance features
assert sample.after_load is not None