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

stack predictors and targets for xarray objects #355

Open
mathause opened this issue Dec 19, 2023 · 1 comment · May be fixed by #537
Open

stack predictors and targets for xarray objects #355

mathause opened this issue Dec 19, 2023 · 1 comment · May be fixed by #537
Labels
enhancement New feature or request

Comments

@mathause
Copy link
Member

mathause commented Dec 19, 2023

In #143 I restructured how predictors and targets are stacked. We need to do the same for DataArray objects.

  • this will depend on how we structure our data
  • I have a prototype of this based on xr.broadcast, ds.stack, and xr.concat
@mathause mathause added the enhancement New feature or request label Dec 19, 2023
@mathause
Copy link
Member Author

lowess does something similar

if combine_dim is not None:

consider if this can be removed (fine to do in a follow up)

@veni-vidi-vici-dormivi veni-vidi-vici-dormivi linked a pull request Oct 2, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant