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

updated release notes

278d953
Select commit
Loading
Failed to load commit list.
Merged

Extend TimeSeriesImputer to handle multiple series #4291

updated release notes
278d953
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 29, 2023 in 0s

19.2% of diff hit (target 99.7%)

View this Pull Request on Codecov

19.2% of diff hit (target 99.7%)

Annotations

Check warning on line 286 in evalml/pipelines/components/component_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

evalml/pipelines/components/component_base.py#L286

Added line #L286 was not covered by tests

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 269 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#L269

Added line #L269 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 744 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-L744

Added lines #L731 - L744 were 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#L747-L756

Added lines #L747 - L756 were not covered by tests