We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b186ae commit cf357f3Copy full SHA for cf357f3
batchglm/train/tf/glm_nb/estimator.py
@@ -183,7 +183,7 @@ def init_par(
183
init_a_str = init_a.lower()
184
# Chose option if auto was chosen
185
if init_a.lower() == "auto":
186
- init_a = "closed_form"
+ init_a = "standard"
187
188
if init_a.lower() == "closed_form":
189
groupwise_means, init_a, rmsd_a = closedform_nb_glm_logmu(
0 commit comments