Getting positive prediction list #8109
-
Is there a way to get the positive predictions separated from the prediction list?
In the code, I can create an index list to append to, but I was wondering if there was an easier way to set the positively predicted graph instance aside for later use. |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Oct 5, 2023
Replies: 1 comment 4 replies
-
If |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a need to convert your list of data sets to a
Dataset
? TheDataLoader
just works fine on a list of data objects. If you still want to create aDataset
, you can do: