From 544804358eeb345d46e28f370da26cc994915316 Mon Sep 17 00:00:00 2001 From: Julian Stamp Date: Mon, 29 Jan 2024 15:53:14 -0500 Subject: [PATCH] name ridge parameter --- sgkit/stats/regenie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgkit/stats/regenie.py b/sgkit/stats/regenie.py index 56b7d7672..fdbac9fcc 100644 --- a/sgkit/stats/regenie.py +++ b/sgkit/stats/regenie.py @@ -799,7 +799,7 @@ def regenie( Defaults to 10 sample blocks split roughly across all possible samples or the number of samples, if that number is < 10. alphas - List of alpha values to use for regularization, by default None. + List of ridge parameter values to use for regularization, by default None. If not provided, these will be set automatically based on datasize and apriori heritability assumptions. add_intercept