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

Performance tweaks #14

Merged
merged 1 commit into from Jan 12, 2017
Merged

Performance tweaks #14

merged 1 commit into from Jan 12, 2017

Conversation

mrocklin
Copy link

@mrocklin mrocklin commented Jan 12, 2017

This does a few things for performance and correctness:

  1. Keep y as a dask array rather than a numpy one (this may introduce a performance regression for threaded use)
  2. Use dispatched dot rather than ndarray.dot in a few cases
  3. Use numpy for the lstsq computation

1.  Keep `y` as a dask array rather than a numpy one (this may introduce a
performance regression for threaded use)
2.  Use dispatched `dot` rather than `ndarray.dot` in a few cases
3.  Use numpy for the lstsq computation
@cicdw cicdw merged commit e3b101f into cicdw:no_api Jan 12, 2017
@mrocklin mrocklin deleted the performance branch January 12, 2017 22:03
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.

None yet

2 participants