Issue while trying to run custom anomoly detection algoritham using path 1
Hi, I am facing an issue when trying to run my detector using "python run.py -d pyod" where pyod is the detector I am trying to use.
I get the following error, any feedback on how to proceed will be helpful.
Proceed? (y/n): y
Traceback (most recent call last):
File "run.py", line 202, in
Best wishes
Muneeb
You need to import your detector from run.py.
from nab.detectors.pyod import PyodDetector`