plotting
Full Documentation for hippynn.plotting
package.
Click here for a summary page.
Facilities for plotting data during validation/test evaluations.
- class Hist2D(x_var, y_var, xlabel, ylabel, bins=200, norm=None, add_identity_line=True, **kwargs)[source]
Bases:
Plotter
,_CompareableTruePred
- 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.
- property required_nodes
- class SensitivityPlot(sensitivity_module, r_min=0.1, r_max=None, n_r=500, **kwargs)[source]
Bases:
Plotter
Submodules