Skip to content

Provide moving average smoother #5680

Open
@isaacgerg

Description

@isaacgerg

Currently, tensorboard has the ability to smooth scalar plots using an exponentially moving average (EMA). Although EMA is useful for visualizing trends in the scalar time series, many times a more appropriate smoother is simply a moving average (MA). Propose to implement MA smoother in tensorboard and have slider to control filter width. MA has the advantage of being a "memory-less" smoother which is quite useful when plotting.

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