ModelOriented / SAFE

Surrogate Assisted Feature Extraction
MIT License
36 stars 9 forks source link

Verbosity of fit and predict #3

Closed pbiecek closed 5 years ago

pbiecek commented 5 years ago

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 commented 5 years ago

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.