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 86a41be commit 8253ab4
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 @@ -101,7 +101,7 @@ public static final class HGLMParametersV3 extends ModelParametersSchemaV3<HGLMM
, level = Level.expert, gridable = true)
public double tau_e_var_init;

@API(help = "random columns indices for HGLM.", gridable=true)
@API(help = "Random columns indices for HGLM.", gridable=true)
public String[] random_columns;

@API(help = "We only implemented EM as a method to obtain the fixed, random coefficients and the various variances.",
Expand Down

0 comments on commit 8253ab4

Please sign in to comment.