Outliers Plot

In [79]:
%matplotlib inline
from verticapy.datasets import load_titanic
titanic = load_titanic()
titanic.outliers_plot(["fare", "age",],)
Out[79]:
<AxesSubplot:xlabel='"fare"', ylabel='"age"'>