plot_selection

SamsRegressor.plot_selection(ntop=5, model=None)[source]

Creates a raster plot of the fitted SAMS procedure.

Parameters

ntopint

The number of top model terms to indicate in the raster plot.

modelpd.DataFrame

The dataframe of the model used in model2Y2X used to label the raster plot.

Returns

figplotly.graph_objects.Figure

The Plotly Figure object of the raster plot.