LOF Plot

In [108]:
from verticapy.learn.neighbors import LocalOutlierFactor

model = LocalOutlierFactor("lof_heart")
model.fit("heart", ["thalach", "chol",])
model.plot()
Out[108]:
<AxesSubplot:xlabel='"thalach"', ylabel='"chol"'>