Skip to content

Regression prediction mode #206

@CrazyPython

Description

@CrazyPython

I had a situation where every iteration, the time of the iteration slowed down. I propose a keyword argument to regress the time of each iteration to have better prediction time. It could simply do a exponential and linear regression and see which one fits better.

Like: tqdm(..., regressmode=True)

If this is to be implemented, there should be a warning about the possible slowdown.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions