Skip to content

Fix resetting y_holdout index for time series#4161

Merged
eccabay merged 5 commits into
mainfrom
4159_ts_reset_holdout
May 1, 2023
Merged

Fix resetting y_holdout index for time series#4161
eccabay merged 5 commits into
mainfrom
4159_ts_reset_holdout

Conversation

@eccabay
Copy link
Copy Markdown
Contributor

@eccabay eccabay commented Apr 27, 2023

Closes #4159

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2023

Codecov Report

Merging #4161 (865d6df) into main (2eee8cb) will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main   #4161     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        349     349             
  Lines      37777   37797     +20     
=======================================
+ Hits       37660   37680     +20     
  Misses       117     117             
Impacted Files Coverage Δ
evalml/pipelines/time_series_pipeline_base.py 100.0% <100.0%> (ø)
.../tests/pipeline_tests/test_time_series_pipeline.py 100.0% <100.0%> (ø)

@eccabay eccabay changed the title Add fix for when y_index is reset Fix resetting y_holdout index for time series Apr 27, 2023
@eccabay eccabay marked this pull request as ready for review April 27, 2023 14:11
Copy link
Copy Markdown
Collaborator

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thank you!

Copy link
Copy Markdown
Contributor

@chukarsten chukarsten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tracking this down! Aside from the internal terminology/variable naming, this looks g2g.

Comment thread evalml/pipelines/time_series_pipeline_base.py Outdated
@eccabay eccabay enabled auto-merge (squash) May 1, 2023 17:59
@eccabay eccabay merged commit 4aaf037 into main May 1, 2023
@eccabay eccabay deleted the 4159_ts_reset_holdout branch May 1, 2023 18:25
@chukarsten chukarsten mentioned this pull request May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time Series estimators fail when y_holdout.index is reset

3 participants