nwm_eval.create_plots.gather_all_metrics#

nwm_eval.create_plots.gather_all_metrics(datasets, data_paths)[source]#

Gather metrics from all datasets into a single DataFrame.

Parameters:
  • datasets – A list of dataset names to gather metrics for.

  • data_paths – A dictionary containing the paths to the metric files for each dataset.

Returns:

A DataFrame containing the gathered metrics from all datasets.