-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Smoothed curve way off the actual line #1439
Comments
I think this is because the current algorithm essentially sets each smoothed point to a weighted average of all original data points that come before it in the series. Relevant code here: tensorboard/tensorboard/components/vz_line_chart/vz-line-chart.ts Lines 1029 to 1064 in cbfa27d
Current policy on the smoothing algorithm, from #610 (comment):
|
Closing the issue due to lack of recent activity. Please add additional comments and we can reopen the issue again. Thanks! |
Without smoothing:
Smoothing 0.9:
I don't see any reason why the smoothed curve should be so far away from the actual data.
The text was updated successfully, but these errors were encountered: