plotting

Full Documentation for hippynn.plotting package. Click here for a summary page.

Facilities for plotting data during validation/test evaluations.

class ComposedPlotter(subplotters, **kwargs)[source]

Bases: Plotter

plt_fn(*data_args)[source]
class HierarchicalityPlot(x_var, y_var, **kwargs)[source]

Bases: Hist2D

plt_fn(x_val, y_val)[source]
class Hist1D(x_var, xlabel, bins=200, **kwargs)[source]

Bases: Plotter

plt_fn(x_val)[source]
class Hist2D(x_var, y_var, xlabel, ylabel, bins=200, norm=None, add_identity_line=True, **kwargs)[source]

Bases: Plotter, _CompareableTruePred

plt_fn(x_val, y_val)[source]
property norm
class PlotMaker(*plotters, plot_every, save_dir='plots/')[source]

Bases: object

The plot maker is responsible for collecting the data for the plotters and executing the plotters.

assemble_module(model_outputs, targets)[source]
make_full_location(sub_location)[source]
make_plots(outputs, targets, sub_location=None)[source]
plot_phase(prediction_all_vals, target_all_vals, when, eval_type)[source]
property required_nodes
class SensitivityPlot(sensitivity_module, r_min=0.1, r_max=None, n_r=500, **kwargs)[source]

Bases: Plotter

plt_fn()[source]

Submodules