You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a proposal to use python's logging module instead of using stdout and verbose flags in the models API.
Using the logging module would make it easier for the user to control the verbosity of the scikit using a single and well documented configuration interface and logging API.