Implement getPredictedVsActual for multitask bagged model, and in doing so allow for an implementation of getLoss. Because we expect to use multitask bagged models inside of a standardizer model, we also implement getPredictedVsActual for standardizers.
Implement
getPredictedVsActual
for multitask bagged model, and in doing so allow for an implementation ofgetLoss
. Because we expect to use multitask bagged models inside of a standardizer model, we also implementgetPredictedVsActual
for standardizers.