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/project succeeded Aug 31, 2023 in 1s

99.7% (+0.1%) compared to 69344b2

View this Pull Request on Codecov

99.7% (+0.1%) compared to 69344b2

Details

Codecov Report

Patch coverage: 100.0% and project coverage change: +0.1% 🎉

Comparison is base (69344b2) 99.7% compared to head (41c277e) 99.7%.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #4291     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        355     355             
  Lines      39458   39511     +53     
=======================================
+ Hits       39338   39391     +53     
  Misses       120     120             
Files Changed Coverage Δ
evalml/pipelines/components/component_base.py 100.0% <ø> (ø)
...nents/transformers/imputers/time_series_imputer.py 100.0% <100.0%> (ø)
.../tests/component_tests/test_time_series_imputer.py 100.0% <100.0%> (ø)
...alml/tests/utils_tests/test_nullable_type_utils.py 100.0% <100.0%> (ø)
evalml/utils/nullable_type_utils.py 100.0% <100.0%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.