elphick.sklearn_viz.features.scatter_matrix.plot_scatter_matrix

elphick.sklearn_viz.features.scatter_matrix.plot_scatter_matrix(x, color=None, title=None)[source]

Plot a scatter matrix

Parameters:
  • x (DataFrame) – X values to transform and plot.

  • color (Optional[str]) – optional target vector

  • title (Optional[str]) – Optional plot title

Return type:

Figure

Returns: