- Jul 01, 2024
-
-
-
-
If no split named "validation" exists, the experiment will use the "train" split to compute the threshold.
-
-
-
-
-
-
-
-
-
Some features have been commented out to have some basic code working, notably support for multiple annotators. This current code *runs* but results need to be checked and refactoring/cleanup is necessary.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Some failing pre-commit checks have been ignored for now
-
-
-
Since the core module and mednet-specific code have been split in separate modules,getLogger(__name__) was returning different results. The logger names have been hardcoded for now to fix issues during testing but a better solution needs to be found.
-
-