Bases: Score
Dataclass that holds data of a scoring run for a regression pipeline.
PARAMETER | DESCRIPTION |
mae | The mean absolute error: mae TYPE: float |
rmse | The root mean squared error: rmse TYPE: float |
rsquared | The squared correlation coefficient: rsquared TYPE: float |