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

Add multiseries support to graph_prediction_vs_actual_over_time #4284

Merged
merged 15 commits into from
Aug 21, 2023

Fixed error message

7865bee
Select commit
Loading
Failed to load commit list.
Merged

Add multiseries support to graph_prediction_vs_actual_over_time #4284

Fixed error message
7865bee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 21, 2023 in 0s

99.7% (+0.1%) compared to 7781c77

View this Pull Request on Codecov

99.7% (+0.1%) compared to 7781c77

Details

Codecov Report

Merging #4284 (7865bee) into main (7781c77) will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main   #4284     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        355     355             
  Lines      39073   39146     +73     
=======================================
+ Hits       38953   39026     +73     
  Misses       120     120             
Files Changed Coverage Δ
evalml/model_understanding/visualizations.py 100.0% <100.0%> (ø)
...s/model_understanding_tests/test_visualizations.py 100.0% <100.0%> (ø)