Skip to content

fix(distributed): exogenous handling in distributed cross validation #443

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

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Nov 5, 2024

Description

Fixes the following bugs:

  • The X_df argument wasn't being properly handled in distributed cross validation, which meant that dynamic exogenous features couldn't be used.
  • The fugue.api.union function requires at least two arguments, so n_windows=1 didn't work with distributed cross validation.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

codspeed-hq bot commented Nov 5, 2024

CodSpeed Performance Report

Merging #443 will not alter performance

Comparing distr-cv-exog (b26536b) with main (eab21b1)

Summary

✅ 12 untouched benchmarks

@jmoralez jmoralez marked this pull request as ready for review November 5, 2024 23:40
@jmoralez jmoralez merged commit 3626418 into main Nov 5, 2024
23 checks passed
@jmoralez jmoralez deleted the distr-cv-exog branch November 5, 2024 23:40
@jmoralez jmoralez added the fix label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant