Skip to content

Commit

Permalink
Update h2o-algos/src/main/java/hex/schemas/ModelSelectionV3.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 dcfe587 commit 5bd50b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-algos/src/main/java/hex/schemas/ModelSelectionV3.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static final class ModelSelectionParametersV3 extends ModelParametersSche
"inverse", "tweedie", "ologit"}) //"oprobit", "ologlog": will be supported.
public GLMModel.GLMParameters.Link link;

@API(help = "double array to initialize coefficients for GLM.",
@API(help = "Double array to initialize coefficients for GLM.",
gridable=true)
public double[] startval;

Expand Down

0 comments on commit 5bd50b3

Please sign in to comment.