You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
main(args)
File "run.py", line 68, in main
detectorConstructors = getDetectorClassConstructors(args.detectors)
File "run.py", line 41, in getDetectorClassConstructors
d : globals()[detectorNameToClass(d)] for d in detectors}
File "run.py", line 41, in
d : globals()[detectorNameToClass(d)] for d in detectors}
KeyError: 'PyodDetector'
Best wishes
Muneeb
The text was updated successfully, but these errors were encountered:
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
main(args)
File "run.py", line 68, in main
detectorConstructors = getDetectorClassConstructors(args.detectors)
File "run.py", line 41, in getDetectorClassConstructors
d : globals()[detectorNameToClass(d)] for d in detectors}
File "run.py", line 41, in
d : globals()[detectorNameToClass(d)] for d in detectors}
KeyError: 'PyodDetector'
Best wishes
Muneeb
The text was updated successfully, but these errors were encountered: