Atkinson-Lab / Tractor

Scripts for implementing the Tractor pipeline
MIT License
44 stars 5 forks source link

Hail does only linear and not logistic regression? #17

Closed guidebortoli closed 1 year ago

guidebortoli commented 1 year ago

Hi,

I've seen that the Hail version of Tractor pipeline only does linear regression (in the example). What about logistic regression? Does Hail performs Logistic regression too?

Thank you

eatkinson commented 1 year ago

Yes, unfortunately Hail still only supports linear regression on entries. The python script can run the joint model both for linear and logistic regression, however