Skip to content

Commit cf357f3

Browse files
set default init for NB location model to standard
1 parent 7b186ae commit cf357f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batchglm/train/tf/glm_nb/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def init_par(
183183
init_a_str = init_a.lower()
184184
# Chose option if auto was chosen
185185
if init_a.lower() == "auto":
186-
init_a = "closed_form"
186+
init_a = "standard"
187187

188188
if init_a.lower() == "closed_form":
189189
groupwise_means, init_a, rmsd_a = closedform_nb_glm_logmu(

0 commit comments

Comments
 (0)