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

Linear Regression and Logistic Regression #36

Open
prasunanand opened this issue Jun 15, 2018 · 4 comments
Open

Linear Regression and Logistic Regression #36

prasunanand opened this issue Jun 15, 2018 · 4 comments

Comments

@prasunanand
Copy link
Member

prasunanand commented Jun 15, 2018

Linear Regression has been implemented on single core.

Exact same output upto 6 decimal places :D .
To test

./build/faster_lmm_d --geno=data/gemma/BXD_geno.txt.gz --pheno=data/gemma/BXD.pheno --covar=data/gemma/BXD_covariates2.txt --anno=data/gemma/BXD_snps.txt --kinship=data/gemma/BXD.cXX.txt --lm=4 --maf=0.1 --cmd=lm

Logistic Regression needs to be implemented. I have ported the code.
@pjotrp : Currently, GEMMA uses code in logistic.cpp for BSLMM-DAP.

I think logistic regression as a GWAS test has not been implemented into GEMMA.
What should I do?

@prasunanand
Copy link
Member Author

prasunanand commented Jun 30, 2018

Linear Models implemented on multi-core as well as GPUs .
prasunanand@6f92135

GPUs and Multicore are faster. Will report timings soon.

@prasunanand
Copy link
Member Author

Logistic Regression has been implemented 😄

prasunanand@379db67

Plugging in GEMMA IO is in progress.

@robwwilliams
Copy link

robwwilliams commented Aug 1, 2018 via email

@prasunanand
Copy link
Member Author

Thanks @robwwilliams :) . I too enjoyed the meeting.

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

2 participants