How many supervised algorithms are?
Hi everyone,
I have a dataset labeled with normal samples and outliers.
As far as I can see, only pyod.models.xgbod import XGBOD
supports this configuration.
Are there more supervised algorithms supported?
Thanks in advance!