From 808225611f05d243aa05f971c372ffbb0da41db8 Mon Sep 17 00:00:00 2001 From: david-cortes Date: Wed, 10 Jan 2024 20:23:01 +0100 Subject: [PATCH] improve wording --- R-package/R/utils.R | 2 +- R-package/man/a-compatibility-note-for-saveRDS-save.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R-package/R/utils.R b/R-package/R/utils.R index 7ed6195cded0..e252afb03c45 100644 --- a/R-package/R/utils.R +++ b/R-package/R/utils.R @@ -357,7 +357,7 @@ NULL #' its own serializers with perhaps better compability guarantees and which allow loading #' said models in other language bindings of XGBoost. #' -#' Note however that an `xgb.Booster` object might also keep:\itemize{ +#' Note that an `xgb.Booster` object, outside of its core components, might also keep:\itemize{ #' \item Additional model configuration attributes (accessible through \link{xgb.config}), #' which might be used during model fitting but are not used in e.g. `predict`, feature importance, #' or plotting methods. diff --git a/R-package/man/a-compatibility-note-for-saveRDS-save.Rd b/R-package/man/a-compatibility-note-for-saveRDS-save.Rd index 46caf4cf8a4d..eccf05be4062 100644 --- a/R-package/man/a-compatibility-note-for-saveRDS-save.Rd +++ b/R-package/man/a-compatibility-note-for-saveRDS-save.Rd @@ -9,7 +9,7 @@ When it comes to serializing XGBoost models, it's possible to use R serializers its own serializers with perhaps better compability guarantees and which allow loading said models in other language bindings of XGBoost. -Note however that an \code{xgb.Booster} object might also keep:\itemize{ +Note that an \code{xgb.Booster} object, outside of its core components, might also keep:\itemize{ \item Additional model configuration attributes (accessible through \link{xgb.config}), which might be used during model fitting but are not used in e.g. \code{predict}, feature importance, or plotting methods.