sensitivity.plots¶
Plotting functionality for sensitivity analysis.
heatmap
¶
heatmap(
df,
parameter_labels=None,
output_labels=None,
cutoff=0.1,
annotate_values=True,
cluster_rows=True,
cluster_cols=False,
title=None,
cmap="seismic",
vcenter=0.0,
vmin=-2.0,
vmax=2.0,
fig_path=None,
)
Creates heatmap of model sensitivity.