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

Extend TimeSeriesImputer to handle multiple series #4291

Merged
merged 19 commits into from
Sep 5, 2023

fix test

41c277e
Select commit
Loading
Failed to load commit list.
Merged

Extend TimeSeriesImputer to handle multiple series #4291

fix test
41c277e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 31, 2023 in 0s

16.5% of diff hit (target 99.7%)

View this Pull Request on Codecov

16.5% of diff hit (target 99.7%)

Annotations

Check warning on line 151 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L147-L151

Added lines #L147 - L151 were not covered by tests

Check warning on line 229 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L229

Added line #L229 was not covered by tests

Check warning on line 232 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L232

Added line #L232 was not covered by tests

Check warning on line 235 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L235

Added line #L235 was not covered by tests

Check warning on line 241 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L241

Added line #L241 was not covered by tests

Check warning on line 244 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L244

Added line #L244 was not covered by tests

Check warning on line 248 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L248

Added line #L248 was not covered by tests

Check warning on line 270 in evalml/pipelines/components/transformers/imputers/time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/transformers/imputers/time_series_imputer.py#L270

Added line #L270 was not covered by tests

Check warning on line 727 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L727

Added line #L727 was not covered by tests

Check warning on line 731 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L731

Added line #L731 was not covered by tests

Check warning on line 736 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L735-L736

Added lines #L735 - L736 were not covered by tests

Check warning on line 740 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L738-L740

Added lines #L738 - L740 were not covered by tests

Check warning on line 743 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L742-L743

Added lines #L742 - L743 were not covered by tests

Check warning on line 746 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L745-L746

Added lines #L745 - L746 were not covered by tests

Check warning on line 749 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L748-L749

Added lines #L748 - L749 were not covered by tests

Check warning on line 752 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L752

Added line #L752 was not covered by tests

Check warning on line 756 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L756

Added line #L756 was not covered by tests

Check warning on line 760 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L760

Added line #L760 was not covered by tests

Check warning on line 766 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L765-L766

Added lines #L765 - L766 were not covered by tests

Check warning on line 772 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L768-L772

Added lines #L768 - L772 were not covered by tests

Check warning on line 774 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L774

Added line #L774 was not covered by tests

Check warning on line 777 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L776-L777

Added lines #L776 - L777 were not covered by tests

Check warning on line 779 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L779

Added line #L779 was not covered by tests

Check warning on line 782 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L782

Added line #L782 was not covered by tests

Check warning on line 794 in evalml/tests/component_tests/test_time_series_imputer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/tests/component_tests/test_time_series_imputer.py#L785-L794

Added lines #L785 - L794 were not covered by tests