explainer error
#9503
Replies: 1 comment 1 reply
-
It looks like the model returns a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to invoke explainer after running anomaly-detection (using PyGOD's DOMINANT). Here is how I am attempting it:
And, the
trained_anomaly_detector
is fully fitted DOMINANT instance:type of trained anomaly detector:<class 'pygod.detector.dominant.DOMINANT'>
The error I am seeing is below. I am not sure why the prediction is returning as a tuple instead of a float.
For completeness sake, when I run the DOMINANT detector, I run it like this and get the prediction results as expected:
And, the outlier scores seem to be of the expected datatype (tensor):
Beta Was this translation helpful? Give feedback.
All reactions