Skip to content

plots smoothing #3906

@dmpetrov

Description

@dmpetrov

Our default plot is not very informative when the number of data points is huge (1k):
visualization_

We need to introduce some smoothing into the default plot or create a new smoothing template. The result should look like:
visualization (2)

PS: I've done the last plot by adding loess transformation to the template which breaks the revision. We need to fix the revision or find another solution.

    "transform": [{
        "loess": "<DVC_METRIC_Y>",
        "on": "<DVC_METRIC_X>"
    }
    ],

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions