Decrease smoothing parameter default value #1755
Replies: 2 comments
-
|
+1 I've been using I've never had a use case where I needed it adapt so aggressively instead of just taking average time. I would even propose a default of |
Beta Was this translation helpful? Give feedback.
-
|
Incidentally in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In most known to me applications of tqdm progress bar using lower
smoothingvalue seems to be more appropriate, especially w.r.t. estimate of total time of execution. Cases when higher value of smoothing is necessary are either rare or almost non-existentHence, I propose to change default value to something that better corresponds to general use case (e.g.
smoothing=0.1or evensmoothing=0.01Beta Was this translation helpful? Give feedback.
All reactions