Accuracy, R2 and other metrics have the following line: https://github.com/NTAILab/bosk/blob/92b5c8168965dad86fe194ba1e5145b4b4904919/bosk/block/zoo/metrics/__init__.py#L184 It means, that at TRANSFORM stage the metrics cannot be applied. However it seems that there is no reason to do so.
Accuracy, R2 and other metrics have the following line:
bosk/bosk/block/zoo/metrics/__init__.py
Line 184 in 92b5c81
It means, that at TRANSFORM stage the metrics cannot be applied. However it seems that there is no reason to do so.