Skip to content

Commit

Permalink
Update h2o-algos/src/main/java/hex/schemas/HGLMV3.java
Browse files Browse the repository at this point in the history
Co-authored-by: Veronika Maurerová <[email protected]>
  • Loading branch information
wendycwong and maurever authored Oct 23, 2024
1 parent 8253ab4 commit 90f52c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-algos/src/main/java/hex/schemas/HGLMV3.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static final class HGLMParametersV3 extends ModelParametersSchemaV3<HGLMM
, level = Level.expert)
public double em_epsilon;

@API(help="if true, will allow random component to the GLM coefficients.", direction=Direction.INPUT, gridable=true)
@API(help="If true, will allow random component to the GLM coefficients.", direction=Direction.INPUT, gridable=true)
public boolean random_intercept;

@API(help="group_column is the column that is categorical and used to generate the groups in HGLM", gridable=true)
Expand Down

0 comments on commit 90f52c1

Please sign in to comment.