Loading...

verticapy.machine_learning.vertica.automl.AutoML.plot#

AutoML.plot(mltype: Literal['champion', 'step'] = 'champion', chart: PlottingBase | TableSample | Axes | mFigure | Highchart | Highstock | Figure | None = None, **style_kwargs) PlottingBase | TableSample | Axes | mFigure | Highchart | Highstock | Figure#

Draws the AutoML plot.

Parameters#

mltype: str, optional
The plot type.

champion : champion challenger plot. step : stepwise plot.

chart: PlottingObject, optional

The chart object to plot on.

**style_kwargs

Any optional parameter to pass to the Plotting functions.

Returns#

obj

Plotting Object.