This PR adds a new plot_fitting_statistics CLI utility which will plot the statistics extract by the extract_fitting_statistics utility.
usage: plot_fitting_statistics.py [-h] --dataset DATASET --statistics
STATISTICS [--output OUTPUT]
Plots different statistics about the optimization.
optional arguments:
-h, --help show this help message and exit
--dataset DATASET, -dat DATASET
The file path to the training data set. (default:
None)
--statistics STATISTICS, -s STATISTICS
The path to the directory which contains the extracted
fitting statistics. (default: None)
--output OUTPUT, -o OUTPUT
The directory to store the output plots in. (default:
plots)
Description
This PR adds a new
plot_fitting_statistics
CLI utility which will plot the statistics extract by theextract_fitting_statistics
utility.Status