sacdallago / biotrainer

Biological prediction models made simple.
https://biocentral.cloud/app
Academic Free License v3.0
35 stars 8 forks source link

Use logging statements consistently in all places #104

Open SebieF opened 3 months ago

SebieF commented 3 months ago

Currently, only the main training pipeline uses logging via the python logging module. The Inferencer and all tests should be updated to use a logger instead of print statements as well.