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/patch failed Aug 21, 2023 in 0s

2.7% of diff hit (target 99.7%)

View this Pull Request on Codecov

2.7% of diff hit (target 99.7%)

Annotations

Check warning on line 378 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L377-L378

Added lines #L377 - L378 were not covered by tests

Check warning on line 387 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L387

Added line #L387 was not covered by tests

Check warning on line 426 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L426

Added line #L426 was not covered by tests

Check warning on line 431 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L431

Added line #L431 was not covered by tests

Check warning on line 450 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L449-L450

Added lines #L449 - L450 were not covered by tests

Check warning on line 453 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L453

Added line #L453 was not covered by tests

Check warning on line 460 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L458-L460

Added lines #L458 - L460 were not covered by tests

Check warning on line 470 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L470

Added line #L470 was not covered by tests

Check warning on line 483 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L480-L483

Added lines #L480 - L483 were not covered by tests

Check warning on line 489 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L489

Added line #L489 was not covered by tests

Check warning on line 494 in evalml/model_understanding/visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/model_understanding/visualizations.py#L494

Added line #L494 was not covered by tests

Check warning on line 35 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L35

Added line #L35 was not covered by tests

Check warning on line 42 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L40-L42

Added lines #L40 - L42 were not covered by tests

Check warning on line 54 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L52-L54

Added lines #L52 - L54 were not covered by tests

Check warning on line 385 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L385

Added line #L385 was not covered by tests

Check warning on line 391 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L390-L391

Added lines #L390 - L391 were not covered by tests

Check warning on line 397 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L397

Added line #L397 was not covered by tests

Check warning on line 402 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L401-L402

Added lines #L401 - L402 were not covered by tests

Check warning on line 411 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L410-L411

Added lines #L410 - L411 were not covered by tests

Check warning on line 475 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L475

Added line #L475 was not covered by tests

Check warning on line 482 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L481-L482

Added lines #L481 - L482 were not covered by tests

Check warning on line 488 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L488

Added line #L488 was not covered by tests

Check warning on line 493 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L492-L493

Added lines #L492 - L493 were not covered by tests

Check warning on line 503 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L502-L503

Added lines #L502 - L503 were not covered by tests

Check warning on line 508 in evalml/tests/model_understanding_tests/test_visualizations.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/model_understanding_tests/test_visualizations.py#L505-L508

Added lines #L505 - L508 were not covered by tests