rswc / ml-ids

Code for our bachelor's thesis, "Intusion Detection in Imbalanced and Evolving Data Streams"
MIT License
1 stars 0 forks source link

Better logging #12

Open rswc opened 10 months ago

rswc commented 10 months ago

Currently, our code prints some log messages. In the future we might benefit from a more structured approach. Let's consider using the logging package

desecnd commented 10 months ago

As described in #16 review - we should take into account how wandb uses its own logging mechanism and probably merge it with logging package approach