Loading...

verticapy.mlops.model_tracking.vExperiment.plot#

vExperiment.plot(parameter: str, metric: str, chart: PlottingBase | TableSample | Axes | mFigure | Highchart | Highstock | Figure = None, **style_kwargs) PlottingBase | TableSample | Axes | mFigure | Highchart | Highstock | Figure#

Draws the scatter plot of a metric vs a parameter

Parameters#

parameter: str

The name of parameter used by the models in the experiment

metric: str

The name of metric used in measuring the quality of the models in the experiment

chart: PlottingObject, optional

The chart object to plot on.

**style_kwargs

Any optional parameter to pass to the plotting functions.

Returns#

obj

Plotting Object.