Add option to retrieve fold info
Simple addition to the HepNet predict() function to retrieve information about which event was train/val/test in which fold.
Merge request reports
Activity
@fsauerbu , please let me know whether you think this addition is useful or not. Basically, we wanted to easily retrieve this information in order to make plots for each fold separately. Maybe there is another way I'm overseeing. Cheers!
By Benjamin Paul Jaeger on 2020-10-19T02:56:01 (imported from GitLab)
added 1 commit
- d1b96ab1 - Add option to retrieve fold info in HepNet.predict
By Benjamin Paul Jaeger on 2020-10-19T02:57:36 (imported from GitLab)
added Type::Feature request label
added 1 commit
- 176299b5 - move fold info retrieval to cross validator class
By Benjamin Paul Jaeger on 2020-10-21T23:57:49 (imported from GitLab)
Hi @fsauerbu , yes that makes total sense to me. I changed the implementation and added another function to select the cross validator set. Let me know if this is what you were envisioning, happy to adapt it further!
By Benjamin Paul Jaeger on 2020-10-22T00:01:08 (imported from GitLab)
assigned to @fsauerbu
added 2 commits