Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion h2o-docs/source/datascience/glm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Defining a GLM Model
Specify the number of cross-validation models to
generate simultaneously for training a model on the full data
set. If N folds is set to 10, additional models are generated
with 1/10 of the data used to train each. The purpose of N folds
with 9/10 of the data used to train each. The purpose of N folds
is to evaluate the stability of the parameter estimates.

**Alpha:**
Expand Down