Loading...

verticapy.machine_learning.vertica.svm.LinearSVC.plot#

LinearSVC.plot(max_nb_points: int = 100, chart: PlottingBase | TableSample | Axes | mFigure | Highchart | Highstock | Figure | None = None, **style_kwargs) PlottingBase | TableSample | Axes | mFigure | Highchart | Highstock | Figure#

Draws the model.

Parameters#

max_nb_points: int

Maximum number of points to display.

chart: PlottingObject, optional

The chart object to plot on.

**style_kwargs

Any optional parameter to pass to the Plotting functions.

Returns#

obj

Plotting Object.