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

Faster sparse model matrix construction #1070

Merged

Conversation

GordStephen
Copy link

Addresses slow row-wise SparseMatrixCSC indexing when building sparse model matrix columns by transposing the contrast matrix before reindexing column-wise, then transposing the result (rather than just reindexing row-wise).

@nalimilan
Copy link
Member

Cc: @kleinschmidt

@kleinschmidt
Copy link
Contributor

LGTM. It might be good to start doing some benchmarking of this stuff now (although that's an orthogonal issue to this PR).

@nalimilan nalimilan merged commit d4ad15b into JuliaData:master Sep 19, 2016
maximerischard pushed a commit to maximerischard/DataFrames.jl that referenced this pull request Sep 28, 2016
ararslan pushed a commit that referenced this pull request Oct 7, 2016
…ise for speed improvement (#1070)

(cherry picked from commit d4ad15b)
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.

3 participants