plot_temporal_importance_curves¶
- plot_temporal_importance_curves(curves, curve_names, top_curves_shown=None, plot_mean=True)[source]¶
Temporal importance curve diagram generator for interval forests.
- Parameters:
- curveslarray-like of shape (n_curves, n_timepoints)
The temporal importance curves for each attribute.
- curve_nameslist of str of shape (n_curves)
The names of the attributes.
- top_curves_shownint, default=None
The number of curves to show. If None, all curves are shown.
- plot_meanbool, default=True
Whether to plot the mean temporal importance curve.
- Returns:
- figplt.Figure
- axplt.Axis