chore(code): Move validity strength bins to validity

This commit is contained in:
Marty Oehme 2024-07-15 19:34:20 +02:00
parent c1eccee426
commit d5926b2e88
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -26,6 +26,12 @@ METHOD_RANKINGS = {
5.0: ["RCT", "randomi(?:s|z)ed.control.trial"],
}
VALIDITY_STRENGTH_BINS = {
0.0: r"\-",
5.0: r"\+",
10.0: r"\++",
}
def calculate(
df: DataFrame,