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
model2Y2Xused to label the raster plot.
Returns
- fig
plotly.graph_objects.Figure The Plotly Figure object of the raster plot.