Skip to content

Commit 0f735f3

Browse files
set default termination type to by_feature
1 parent 2a6c262 commit 0f735f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

batchglm/train/tf/base_glm_all/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(
3838
quick_scale: bool = False,
3939
model: EstimatorGraphAll = None,
4040
provide_optimizers: dict = None,
41-
termination_type: str = "global",
41+
termination_type: str = "by_feature",
4242
extended_summary=False,
4343
noise_model: str = None,
4444
dtype="float64",

batchglm/train/tf/glm_nb/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(
5858
quick_scale: bool = False,
5959
model: EstimatorGraph = None,
6060
provide_optimizers: dict = None,
61-
termination_type: str = "global",
61+
termination_type: str = "by_feature",
6262
extended_summary=False,
6363
dtype="float64",
6464
):

0 commit comments

Comments
 (0)