Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbosity of fit and predict #3

Closed
pbiecek opened this issue Jan 15, 2019 · 1 comment
Closed

Verbosity of fit and predict #3

pbiecek opened this issue Jan 15, 2019 · 1 comment

Comments

@pbiecek
Copy link
Member

pbiecek commented Jan 15, 2019

How I can turn off messages in the fit and predict?
It will be good to have three levels: no messages, current messages, more detailed messages with information related to the extracted transformation

@olagacek
Copy link
Collaborator

Currently there are two levels of verbosity, if argument verbose is set to False no messages will be printed, if it is set to True messages containing info about fitted and transformed variables will be printed. To see details about transformations check out summary() method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants