Skip to content

Commit cc1d830

Browse files
committed
Additional parameter docs.
1 parent 1c770b0 commit cc1d830

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/parameters/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
//! Builders for parameters that control various aspects of training.
2+
//!
3+
//! Configuration is based on the documented
4+
//! [XGBoost Parameters](https://xgboost.readthedocs.io/en/latest/parameter.html), see those for
5+
//! more details.
6+
//!
7+
//! Parameters are generally created through builders that provide sensible defaults, and ensure that
8+
//! any given settings are valid when built.
29
use std::default::Default;
310
use std::fmt::{self, Display};
411

0 commit comments

Comments
 (0)