Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redo EMA to accommodate 24h better #348

Closed
elden1337 opened this issue Jul 11, 2024 · 0 comments
Closed

Redo EMA to accommodate 24h better #348

elden1337 opened this issue Jul 11, 2024 · 0 comments
Labels
task general work-item. Child to feature or free-standing

Comments

@elden1337
Copy link
Owner

elden1337 commented Jul 11, 2024

Should tweak here in ema.py

    def set_smoothing_factor(self, len_avg, smoothing_exp) -> float:
        # ret = 2/(len_avg +1) if len_avg > 5000 else (BASEFACTOR/len_avg) / smoothing_exp
        ret = (BASEFACTOR / len_avg) / smoothing_exp
        return ret
@elden1337 elden1337 added next Version tag task general work-item. Child to feature or free-standing labels Jul 11, 2024
elden1337 pushed a commit that referenced this issue Aug 24, 2024
@elden1337 elden1337 removed the next Version tag label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task general work-item. Child to feature or free-standing
Projects
None yet
Development

No branches or pull requests

1 participant