Hi.
The progress bar object is created in the class init section, but its actual use is in fit() method. As a result, an empty progress bar is shown if it's not used; f.fit(progress=False). It is shown in the image below.

The fix is initializing the progress bar in the fit() method. I will submit the PR soon.