Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Empty progress bar is shown when progress=False #36

@msat59

Description

@msat59

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.

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions