Workflomics / pubmetric

Library for citation network based quality control of autogenerated workflows.
https://workflomics.readthedocs.io/en/latest/developer-guide/pubmetric.html
Apache License 2.0
1 stars 1 forks source link

To split ratings - use method that simply rounds up (or down) #19

Closed Ambivalentalfa closed 2 months ago

Ambivalentalfa commented 4 months ago
          If this is to be part of the package, using a method that simply rounds up (or down) the number would be more elegant. As it is now, it is a bit confusing, e.g., `0-1` does not include 0 nor 1, but `2-3` includes both 2 and 3.

_Originally posted by @vedran-kasalica in https://github.com/Workflomics/workflomics-QCmetric/pull/15#discussion_r1665468318_

Ambivalentalfa commented 2 months ago

It is not part of the package but rather a one time thing for evaluation, and the distributions of the test and train sets had pretty much equal distributions so I will be leaving it as is.