Animation Example: Proximity Gradient Boosting Algorithm
Source:vignettes/ColocBoost_Update.Rmd
ColocBoost_Update.Rmd
This vignette visualizes the iterative process of proximity gradient boosting proposed in ColocBoost from an extensive simulation example.
- Red point: the standard gradient boosting update for only the best single-effect variant in each iteration.
- Blue points: the proximity gradient boosting update, where it probabilistically incorporates the LD proxies of by applying a convex relaxation to the gradient.
The animation below demonstrates how ColocBoost iteratively updates across multiple rounds. Observe how the blue points (proxies) distribute around the selected best update, showing the algorithm’s ability to capture LD structure during optimization.
knitr::include_graphics("../man/figures/ColocBoost_update.gif")
See more details in the ColocBoost Manuscript and the GitHub repository.