h2oai / h2oai/wave

Support for timestamps as x-axis scale

Open
#1,472 6 comments 0 reactions 1 assignee Claimed by @lo5 View on GitHub
feature plot
Dominant language
Python
Stars
4.3k
Forks
371
Avg merge
26d 1h
Merged PRs (30d)
1

Description

#### Is your feature request related to a problem? Please describe

Model monitoring is trying to show the number of predictions generated by a deployment within time intervals, and wants to use a histogram to do so. We are encountering a problem where we need to set x_min and x_max for an interval, but when the x axis is timestamp (string) this is not possible.

Example of timestamp x-axis:
![image](https://user-images.githubusercontent.com/31897055/171771937-bd637b3f-a9bc-43b2-b763-8cd1d245068a.png)

#### Describe the solution you'd like

We would like support for timestamps for x axis

#### Describe alternatives you've considered

- conversion of timestamp to epoch, but this would not be user-friendly to display

#### Additional context

Workaround ideas welcome!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.