Garfield.trainer.plot_eval_metrics

Garfield.trainer.plot_eval_metrics(eval_dict: dict) figure[source]

Plot evaluation metrics.

Parameters:

eval_dict – Dictionary containing the eval metric scores to be plotted.

Returns:

Matplotlib figure containing a plot of the evaluation metrics.

Return type:

fig