Skip to content

Update split_data to call split_multiseries_data#4312

Merged
eccabay merged 4 commits intomainfrom
4311_split_data_calls_ms
Sep 19, 2023
Merged

Update split_data to call split_multiseries_data#4312
eccabay merged 4 commits intomainfrom
4311_split_data_calls_ms

Conversation

@eccabay
Copy link
Copy Markdown
Contributor

@eccabay eccabay commented Sep 18, 2023

Closes #4311

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 18, 2023

Codecov Report

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

Comparison is base (90b0e5c) 99.7% compared to head (4f80686) 99.7%.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #4312     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        357     357             
  Lines      39739   39767     +28     
=======================================
+ Hits       39619   39647     +28     
  Misses       120     120             
Files Changed Coverage Δ
evalml/preprocessing/utils.py 100.0% <100.0%> (ø)
...valml/tests/preprocessing_tests/test_split_data.py 100.0% <100.0%> (ø)

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

@eccabay eccabay marked this pull request as ready for review September 18, 2023 21:07
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.

Some quick comments but otherwise LGTM

Comment thread evalml/preprocessing/utils.py
problem_configuration = None
if is_time_series(problem_type):
if is_multiseries(problem_type):
pytest.skip("Multiseries time series is tested separately")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Instead of skipping could we mock out the multi series split and asset that it's called?

@eccabay eccabay enabled auto-merge (squash) September 19, 2023 17:10
@eccabay eccabay merged commit cf6bc94 into main Sep 19, 2023
@eccabay eccabay deleted the 4311_split_data_calls_ms branch September 19, 2023 17:12
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.

Holdout data splitter creates NaN values with multiseries datasets

4 participants