plot_collinearity
plot_collinearity(ax=None)Plots a correlation matrix heatmap of the input variables to inspect collinearity.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| ax | plt.Axes | Matplotlib axes to plot on. | None |
Returns
| Name | Type | Description |
|---|---|---|
| Any | plt.Axes: The plotted axes. |