tlverse / hal9001

🤠 📿 The Highly Adaptive Lasso
https://tlverse.org/hal9001
GNU General Public License v3.0
49 stars 15 forks source link

Quasibinomial family #75

Closed Lauren-EylerDang closed 3 years ago

Lauren-EylerDang commented 3 years ago

Hi Nima,

No hurry, but if you could implement family="quasibinomial" as an option in HAL now that cvglmnet allows it, that would be great!

Thanks, Lauren

nhejazi commented 3 years ago

This should be handled after merging of #78 is complete, though the option will be family = quasibinomial() (n.b., using the object stats::quasibinomial() rather than the character vector).

Lauren-EylerDang commented 3 years ago

Awesome, thanks!

On Fri, Feb 19, 2021 at 1:57 PM Nima Hejazi notifications@github.com wrote:

This should be handled after merging of #78 https://github.com/tlverse/hal9001/pull/78 is complete, though the option will be family = quasibinomial() (n.b., using the object stats::quasibinomial() rather than the character vector).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tlverse/hal9001/issues/75#issuecomment-782388819, or unsubscribe https://github.com/notifications/unsubscribe-auth/AECY7FLN5AR546ZYJPZF4STS73NC3ANCNFSM4UK6XU3A .

nhejazi commented 3 years ago

Closing since #78 has been merged into devel.