From 7aa6cbd2ba8a2a7d356b76c97207bf8d6353f195 Mon Sep 17 00:00:00 2001 From: aadi-raj Date: Wed, 18 Jan 2023 23:52:23 +0530 Subject: [PATCH] A small typo fix in the doc hpt.md --- doc/user/hpt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/hpt.md b/doc/user/hpt.md index 88bcb28e23..881d60923b 100644 --- a/doc/user/hpt.md +++ b/doc/user/hpt.md @@ -216,6 +216,6 @@ Optimization" section for more details. ## Further documentation -For more information on the `HyperParameterTuner` class, see the source code fro +For more information on the `HyperParameterTuner` class, see the source code of the `HyperParameterTuner` class (it is very well commented!), and the [cross-validation tutorial](cv.md).