lazypredict
lazypredict copied to clipboard
Verbosity and logging
Is your feature request related to a problem? Please describe.
- Messages are printed so it's hard to disable the output.
- Tqdm is always verbose which leads to many progress bars plotted in the rest of the code.
Describe the solution you'd like
- Using
loggingso anyone could just grab and setup the log level of thelazyPredictlogger. - Add the
disablearg of tqdm, might be something like :for name, model in tqdm(self.classifiers, disable = self.verbose < 1):
Additional context I could do a PR for it if you want :)
@PierreSnell Hey, this sounds good. Please feel free to raise a PR on https://github.com/nityansuman/lazypredict-nightly (its a nightly and updated build.)