Skip to content

Commit 5b8d916

Browse files
maureverCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d9938a commit 5b8d916

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

h2o-docs/src/product/data-science/algo-params/remove_offset_effects.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Example
104104
# initialize your estimator
105105
airlines_glm = H2OGeneralizedLinearEstimator(family = 'binomial',
106106
remove_collinear_columns = True,
107-
score_each_iteration = True,
108-
generate_scoring_history = True,
109-
offset_column = "Distance",
107+
score_each_iteration = True,
108+
generate_scoring_history = True,
109+
offset_column = "Distance",
110110
remove_offset_effects = True)
111111

112112
# then train your model

0 commit comments

Comments
 (0)