Champion Challenger

In [9]:
%matplotlib inline
from verticapy.learn.delphi import AutoML

model = AutoML("model_automl",
               lmax = 10,
               print_info = False)
model.fit("public.titanic", ["age", "fare", "sex", "boat",], "survived",)
model.plot()
Out[9]:
<AxesSubplot:xlabel='time', ylabel='score'>