Skip to content

Commit

Permalink
Update h2o-algos/src/main/java/hex/schemas/HGLMModelV3.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 24, 2024
1 parent e96a1fe commit 967e536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-algos/src/main/java/hex/schemas/HGLMModelV3.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static final class HGLMModelOutputV3 extends ModelOutputSchemaV3<HGLMMode
@API(help="Residual noise variance")
double residual_variance;

@API(help="mean residual error with fixed effect coefficients only")
@API(help="Mean residual error with fixed effect coefficients only")
double mean_residual_fixed;

@API(help="mean residual error with fixed effect coefficients only")
Expand Down

0 comments on commit 967e536

Please sign in to comment.