Loading...

vastorbit.machine_learning.vast.automl.AutoML.plot

AutoML.plot(mltype: Literal['champion', 'step'] = 'champion', chart: PlottingBase | TableSample | Axes | mFigure | Figure | None = None, **style_kwargs) PlottingBase | TableSample | Axes | mFigure | 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:

Plotting Object.

Return type:

obj