nyaggle
nyaggle copied to clipboard
Recording GBDT output to log file
mag replaces stdout to capture all print functions. Although it is model-agnostic way and very convenient for users, it has global side-effect. It should be optional if we will follow the same way. see: contextlib.redirect_stdout