Open prasunanand opened 6 years ago
Linear Models implemented on multi-core as well as GPUs . https://github.com/prasunanand/faster_lmm_d/commit/6f92135835fdaab5d98bc6a052f0018261a981f2
GPUs and Multicore are faster. Will report timings soon.
Logistic Regression has been implemented :smile:
https://github.com/prasunanand/faster_lmm_d/commit/379db6720c8682ec4fe481fa93ddf2447c07fd10
Plugging in GEMMA IO is in progress.
Great work Prasun. Enjoyed talking yesterday.
On Tue, Jul 17, 2018 at 3:13 PM Prasun Anand notifications@github.com wrote:
Logistic Regression has been implemented 😄
prasunanand@379db67 https://github.com/prasunanand/faster_lmm_d/commit/379db6720c8682ec4fe481fa93ddf2447c07fd10
Plugging in GEMMA IO is in progress.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/genetics-statistics/faster_lmm_d/issues/36#issuecomment-405712729, or mute the thread https://github.com/notifications/unsubscribe-auth/ALva_NQq17pZQ8AWFwaJfAH4a6SJS78cks5uHkVugaJpZM4Upypf .
-- Rob
Robert W. Williams, Ph.D. Chair: Department of Genetics, Genomics and Informatics 71 S Manassas St, Memphis TN 38163 University of Tennessee Health Science Center Office 901 448-7050 CELL 901 604 4752 Office: Translational Science Research Building, Room 407 EMAIL: rwilliams@uthsc.edu Alternative email: labwilliams@gmail.com SKYPE: robwwilliams
Thanks @robwwilliams :) . I too enjoyed the meeting.
Linear Regression has been implemented on single core.
Exact same output upto 6 decimal places :D . To test
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?