nyaggle icon indicating copy to clipboard operation
nyaggle copied to clipboard

Recording GBDT output to log file

Open nyanp opened this issue 5 years ago • 1 comments

nyanp avatar Jan 01 '20 03:01 nyanp

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

nyanp avatar Feb 20 '20 22:02 nyanp