Clarify in docs and tutorials the output
column in the results' dataset
#617
Labels
docs
Improvements or additions to documentation
(Apologies if the question is too obvious).
After training and testing with the tutorial https://github.com/DeepRank/deeprank2/blob/main/tutorials/training.ipynb, I get to this:
The target is defined (for ppi classification) as not binding (0) or binding (1), in the same tutorial. I thought the values in output were the result of the softmax (left for probability of not binding, right for prob of binding), but that does not match with the binary target column in the example above. So what are these values?
The text was updated successfully, but these errors were encountered: