elphick.sklearn_viz.features.principal_components.plot_correlation_circle

elphick.sklearn_viz.features.principal_components.plot_correlation_circle(x, color=None, title=None)[source]
Parameters:
  • x (DataFrame) – X values to transform and plot.

  • color (Optional[Series]) – optional series by which to color the markers

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

Return type:

Figure

Returns:

a plotly GraphObjects.Figure