Metrics for hyperparameter tuning (pesfit.metrics)
¶
-
class
pesfit.metrics.
GroupMetrics
(fres, nband)¶ Group-wise evaluation metrics calculator.
-
group_instability
(ground_truth, form='averaged')¶ Calculate the group-wise reconstruction instability.
-
group_rmse
(ground_truth, form='averaged')¶ Calculate group-wise root-mean-square error.
-
instability
(result, ground_truth)¶ Calculate reconstruction instability.
-
load_all_data
(varname, shape)¶ Load all reconstruction data.
-
load_data
(file, varname, shape)¶ Load a set of reconstruction data.
-
rmse
(result, ground_truth)¶ Calculate root-mean-square error.
-