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

Eigen3-ize LARS #1943

Closed
karlnapf opened this issue Mar 6, 2014 · 3 comments
Closed

Eigen3-ize LARS #1943

karlnapf opened this issue Mar 6, 2014 · 3 comments
Assignees

Comments

@karlnapf
Copy link
Member

karlnapf commented Mar 6, 2014

See CLeastAngleRegression LAPACK calls

Easy task that consists of changing API usage of existing code.
Unit tests should all pass, and any yet untested parts should be added.

@karlnapf karlnapf self-assigned this Mar 6, 2014
@emaadmanzoor
Copy link

I'd like to work on this, if noone is already.

@vigsterkr
Copy link
Member

@emaadmanzoor could you please wait half a day while i clarify with @karlnapf what actually he thought to do here...
@karlnapf is this something similar that has been done with PCA ? if so i reckon we should rather go the same way as i started in #1930

@karlnapf
Copy link
Member Author

karlnapf commented Mar 9, 2014

I talked to @vigsterkr
Lets eigen3ize everything with respect to low level matrix-{matrix,vector} multiplications and do all matrix factorization calls against a Shogun internal api where we can change the backend.
Part of eigen3-izing things is to write a unit test for every case of every call that is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants