def mean_absolute_error(self): return mean_absolute_error(y_true=self.y, y_pred=self.predict(self.X))