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 f413bb0 commit 86a41be
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 @@ -65,7 +65,7 @@ public static final class HGLMParametersV3 extends ModelParametersSchemaV3<HGLMM
values = {"gaussian"}, level = Level.critical)
public GLMParameters.Family family;

@API(help = "rand_family. Set distribution of random effects. Only Gaussian is implemented now.",
@API(help = Set distribution of random effects. Only Gaussian is implemented now.",
values = {"gaussian"}, level = Level.critical)
public GLMParameters.Family rand_family;
Expand Down

0 comments on commit 86a41be

Please sign in to comment.