From d09098ca5af65f200be2ff2a9a97d6204beff4c7 Mon Sep 17 00:00:00 2001 From: Rosario Scalise Date: Wed, 5 Aug 2020 12:06:26 -0700 Subject: [PATCH] [DOCS] title clarification in Results page (#2827) * title tweak * remove changes in new-project Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- docs/source/results.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/results.rst b/docs/source/results.rst index a5b01ee42e..960cda2bcf 100644 --- a/docs/source/results.rst +++ b/docs/source/results.rst @@ -40,8 +40,8 @@ using the equivalent syntax via the `TrainResult` object: -------------------- -Validation loop example ------------------------ +Validation/Test loop example +----------------------------- We can replace the following validation/test loop: .. code-block:: python