From 4d676eb4df0469a513c4ac2626e16115a55d8aa8 Mon Sep 17 00:00:00 2001 From: Filippo Bigi <98903385+frostedoyster@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:05:02 +0100 Subject: [PATCH] Fix legend typo in PET trainer --- src/metatrain/experimental/pet/trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metatrain/experimental/pet/trainer.py b/src/metatrain/experimental/pet/trainer.py index 24c77629d..32b9bdbeb 100644 --- a/src/metatrain/experimental/pet/trainer.py +++ b/src/metatrain/experimental/pet/trainer.py @@ -153,7 +153,7 @@ def train( st = """ Legend: LR -> Learning Rate - MAE -> Mean Square Error + MAE -> Mean Absolute Error RMSE -> Root Mean Square Error V-E-MAE/at -> MAE of the Energy per atom on the Validation set V-E-RMSE/at -> RMSE of the Energy per atom on the Validation set