Add ObjectiveValueComponent.xy

This commit is contained in:
2021-03-30 17:17:29 -05:00
parent 9266743940
commit e8adeb28a3
5 changed files with 46 additions and 4 deletions

View File

@@ -136,8 +136,8 @@ class Component(ABC):
) -> None:
return
@staticmethod
def xy(
self,
instance: Any,
training_sample: TrainingSample,
) -> Tuple[Dict, Dict]: