in src/mozanalysis/frequentist_stats/linear_models/functions.py [0:0]
def compare_branches_lm(
df: pd.DataFrame,
col_label: str,
ref_branch_label="control",
covariate_col_label: str | None = None,
threshold_quantile: float | None = None,
alphas: list[float] | None = None,
interactive: bool = True,
deallocate_aggressively: bool = False,