Skip to content

About the log control #1114

@bruAristimunha

Description

@bruAristimunha

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions