The tqdm progress bar added in #1527 always displays progress if verbose = TRUE. It would be nice if it only shows the PB if the task is expected to take "long". Then, it could default to be on for OOB predictions after training w/o spamming the console.
The tqdm progress bar added in #1527 always displays progress if
verbose = TRUE. It would be nice if it only shows the PB if the task is expected to take "long". Then, it could default to be on for OOB predictions after training w/o spamming the console.