From 278c315892708b8293cfb3d19d7a0437f8e40348 Mon Sep 17 00:00:00 2001 From: Darkshades Date: Sat, 3 Jun 2023 19:16:45 +0100 Subject: [PATCH] readme edit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3c9058c..15106b6 100644 --- a/readme.md +++ b/readme.md @@ -246,7 +246,7 @@ Or MetaTune(task="classification", custom_tuners=[CustomGPCTuner()], custom_only=True) ``` -You can decide add it to the already existing search space as a new tuner like so: +You can also decide to add it to the already existing search space as a new tuner like so: ```python MetaTune(task="classification", custom_tuners=[CustomGPCTuner()], custom_only=False)