yzhao062 / pyod

A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)

Home Page:http://pyod.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A problem about DeepSVDD

LeonLuzz opened this issue · comments

commented

When I use the DeepSVDD model from PYOD, It occurs a error that
QQ图片20240509123901

I guess something went wrong here,the argument on line 275 of the deep_svdd.py file. Because I let the second argument=None, the error disappear. The DeepSVDD is a unsupervised algorithm,it should be None?
image