Mercurial > repos > goeckslab > ludwig_experiment
diff test-data/temp_training_statistics.json @ 0:78e6686a218e draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit bdea9430787658783a51cc6c2ae951a01e455bb4
author | goeckslab |
---|---|
date | Tue, 07 Jan 2025 22:45:39 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/temp_training_statistics.json Tue Jan 07 22:45:39 2025 +0000 @@ -0,0 +1,120 @@ +{ + "evaluation_frequency": { + "frequency": 1, + "period": "epoch" + }, + "test": { + "combined": { + "loss": [ + 0.03626325726509094, + 0.037422094494104385 + ] + }, + "temperature": { + "loss": [ + 0.036242932081222534, + 0.03742266446352005 + ], + "mean_absolute_error": [ + 0.13141514360904694, + 0.12915410101413727 + ], + "mean_absolute_percentage_error": [ + 0.8438004851341248, + 0.8239747285842896 + ], + "mean_squared_error": [ + 0.03624293953180313, + 0.03742267191410065 + ], + "r2": [ + 0.9641138315200806, + 0.9629456996917725 + ], + "root_mean_squared_error": [ + 0.19037578999996185, + 0.19344940781593323 + ], + "root_mean_squared_percentage_error": [ + 3.6561713218688965, + 3.7394864559173584 + ] + } + }, + "training": { + "combined": { + "loss": [ + 0.07550770789384842, + 0.036782510578632355 + ] + }, + "temperature": { + "loss": [ + 0.07551046460866928, + 0.03678234666585922 + ], + "mean_absolute_error": [ + 0.16977444291114807, + 0.12643378973007202 + ], + "mean_absolute_percentage_error": [ + 0.8133856058120728, + 0.6740127801895142 + ], + "mean_squared_error": [ + 0.07551039755344391, + 0.036782290786504745 + ], + "r2": [ + 0.924066960811615, + 0.9630118012428284 + ], + "root_mean_squared_error": [ + 0.27479153871536255, + 0.19178709387779236 + ], + "root_mean_squared_percentage_error": [ + 3.1263492107391357, + 2.683183431625366 + ] + } + }, + "validation": { + "combined": { + "loss": [ + 0.03811013326048851, + 0.03889709338545799 + ] + }, + "temperature": { + "loss": [ + 0.03817461058497429, + 0.038950882852077484 + ], + "mean_absolute_error": [ + 0.1331280916929245, + 0.1309405416250229 + ], + "mean_absolute_percentage_error": [ + 0.849341630935669, + 0.7708249688148499 + ], + "mean_squared_error": [ + 0.0381745919585228, + 0.038950905203819275 + ], + "r2": [ + 0.962489902973175, + 0.9617270827293396 + ], + "root_mean_squared_error": [ + 0.1953831911087036, + 0.1973598301410675 + ], + "root_mean_squared_percentage_error": [ + 3.68666410446167, + 3.304331064224243 + ] + } + } +} \ No newline at end of file