-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Description
I noticed that there are quite a few print statements throughout the codebase, which always show up regardless of whether we want them or not. This can get a bit noisy, especially when running grid searches, using joblib for parallel processing, or doing any kind of large-scale experiments.
I’d like to suggest replacing these prints with Python’s logging module instead. That way, users could control the verbosity with standard log levels like info, debug, or warning, which would make things more flexible and cleaner.
If you think this sounds good, I’d be happy to help make the changes and open a PR.
Let me know what you think!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels