shap.utils.show_progress

shap.utils.show_progress(iterable: Iterable[T], total: int | None = None, desc: str | None = None, silent: bool = False, start_delay: float = 10) ShowProgress[T]