Plots#

plots.py#

Plots precise IV curves, and visualizations for compare_curves scoring against them.

usage: plots.py [-h] [--fitted-files-path FITTED_FILES_PATH] save_images_path
save_images_path#

Where to save the test set IV curve plots.

-h, --help#

show this help message and exit

--fitted-files-path <fitted_files_path>#

Where to find fitted parameter CSV files for compare_curves scoring visualization.

plot_precise_iv_curves(test_set_filename, ...)

Plot precise IV curves.

scoring_visualization(test_set_filename, ...)

Plots the fitted curve (green) and the known curve (cyan) to visualize how compare_curves scores the fitted parameter sets.