From 89f44be701cb6afefc51c57cbff04b60ed4ebfaf Mon Sep 17 00:00:00 2001 From: Filippo Bigi <98903385+frostedoyster@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:25:12 +0100 Subject: [PATCH] Fix legend typo in PET trainer (#412) --- 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