From 09484d99b51b9c7b9528fb832027c035e1d6e715 Mon Sep 17 00:00:00 2001 From: Eljas Roellin <65244425+eroell@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:43:25 +0100 Subject: [PATCH] Update ehrapy/tools/_sa.py Co-authored-by: Lukas Heumos --- ehrapy/tools/_sa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehrapy/tools/_sa.py b/ehrapy/tools/_sa.py index a0ff0c40..2ceaf201 100644 --- a/ehrapy/tools/_sa.py +++ b/ehrapy/tools/_sa.py @@ -415,7 +415,7 @@ def cox_ph( robust: Compute the robust errors using the Huber sandwich estimator, aka Wei-Lin estimate. This does not handle ties, so if there are high number of ties, results may significantly differ. formula: an Wilkinson formula, like in R and statsmodels, for the right-hand-side. If left as None, all columns not assigned as durations, weights, etc. are used. Uses the library Formulaic for parsing. batch_mode: Enabling batch_mode can be faster for datasets with a large number of ties. If left as `None`, lifelines will choose the best option. - show_progress: since the fitter is iterative, show convergence diagnostics. Useful if convergence is failing. + show_progress: Since the fitter is iterative, show convergence diagnostics. Useful if convergence is failing. initial_point: set the starting point for the iterative solver. fit_options: Additional keyword arguments to pass into the estimator.