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

graph_prediction_vs_actual_over_time supports visualizing multiseries time series performance. #4285

Closed
MichaelFu512 opened this issue Aug 21, 2023 · 0 comments · Fixed by #4284
Labels
new feature Features which don't yet exist.

Comments

@MichaelFu512
Copy link
Contributor

Description

As a user and developer of multiseries time series in EvalML, I would like our graph_prediction_vs_actual_over_time function to support visualizing multiseries time series performance.

There are two options for how to update the function:

  • An argument passed in to the function delineating which single series of the multiseries dataset to plot
  • The function automatically generates separate plot for each dataset
  • 1 & 2 combined, the function will automatically plot all series, unless a single series is passed in in which case it will plot only the one

Acceptance Criteria (AC)

  • graph_prediction_vs_actual_over_time takes in stacked data
  • graph_prediction_vs_actual_over_time provides the option to visualize multiseries problems, as described above

Jira link (TML-8241)

https://alteryx.atlassian.net/browse/TML-8241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Features which don't yet exist.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant