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 2a6c262 commit 0f735f3Copy full SHA for 0f735f3
batchglm/train/tf/base_glm_all/estimator.py
@@ -38,7 +38,7 @@ def __init__(
38
quick_scale: bool = False,
39
model: EstimatorGraphAll = None,
40
provide_optimizers: dict = None,
41
- termination_type: str = "global",
+ termination_type: str = "by_feature",
42
extended_summary=False,
43
noise_model: str = None,
44
dtype="float64",
batchglm/train/tf/glm_nb/estimator.py
@@ -58,7 +58,7 @@ def __init__(
58
59
model: EstimatorGraph = None,
60
61
62
63
64
):
0 commit comments