plot_selection
- MultiRegressionMixin.plot_selection(ntop=5)[source]
Creates a selection plot to visually display how the top performing models were selected and ordered.
Note
There are no restrictions on how the plot should look. This depends entirely on the model selection algorithm.
Parameters
- ntopint
The number of top models to indicate in the selection plot.
Returns
fig :
plotly.graph_objects.Figure