Call new fit method

This commit is contained in:
2021-04-12 10:30:47 -05:00
parent cb62345acf
commit 9d404f29a7
5 changed files with 197 additions and 144 deletions

View File

@@ -154,3 +154,10 @@ class ObjectiveValueComponent(Component):
if sample.lower_bound is not None:
result["Lower bound"] = compare(pred["Lower bound"], sample.lower_bound)
return result
@overrides
def fit(
self,
training_instances: List[Instance],
) -> None:
return