def reset_metrics(self): """Reset metrics, observations and labels.""" super().reset_metrics() del self.observations[:] del self.labels[:]