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

ENH: Allow add_intercept for unknown dims #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TomAugspurger
Copy link
Member

Ran into this for https://gist.github.com/TomAugspurger/30ec08cc29810b57b4cb4458828e46c9

Fixes #13 (I think)

One side issue: is it safe to assume that X will always be chunked only along the rows? Perhaps we should add a utility method that rechunks so this is true (will have to rely on dask/dask#2251)

@mrocklin
Copy link
Member

mrocklin commented May 1, 2017

One side issue: is it safe to assume that X will always be chunked only along the rows?

I'm actually working on reversing this assumption now in #43 where we need to have multiple chunks along the columns because they are arrays of different types.

@TomAugspurger
Copy link
Member Author

Ah, right. I'll rewrite this to handle that properly then.

Base automatically changed from master to main February 10, 2021 01:06
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.

2 participants