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 90f52c1 commit dcfe587
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 @@ -115,7 +115,7 @@ public static final class HGLMParametersV3 extends ModelParametersSchemaV3<HGLMM
@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)
@API(help="Group column is the column that is categorical and used to generate the groups in HGLM", gridable=true)
public String group_column;

@API(help="if true, add gaussian noise with variance specified in parms._tau_e_var_init.",
Expand Down

0 comments on commit dcfe587

Please sign in to comment.