You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
IHT.jl implements iterative hard thresholding in a (decently) efficient manner. It provides crossvalidation routines to select the best sparsity level among a vector of possible levels. Finally, it interfaces with PLINK.jl to enable GWAS analysis.
Nonetheless, the facilities in IHT.jl are still somewhat limited and ripe for improvements and extensions. Among the proposed improvements are:
fix the logistic regression code, which currently suffers from multiple instabilities. References for logistic regression with IHT are BRB13 and YLZ13.
extend IHT to other nonlinear settings, if possible
carefullly analyze the allocations of CPU/GPU resources when using PLINK.jl. The GPU code for GWAs analysis mysteriously collapses whenever two GPUs are used.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
IHT.jl implements iterative hard thresholding in a (decently) efficient manner. It provides crossvalidation routines to select the best sparsity level among a vector of possible levels. Finally, it interfaces with PLINK.jl to enable GWAS analysis.
Nonetheless, the facilities in IHT.jl are still somewhat limited and ripe for improvements and extensions. Among the proposed improvements are:
The text was updated successfully, but these errors were encountered: