From e602915e6ddbeaab14a4ae32775ebd1b69efc23c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 29 Jan 2025 14:11:25 +0100 Subject: [PATCH] docs: refine configuration template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index ffcb9af..8f04a75 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -157,7 +157,7 @@ "buffer_train_data_candles": 100 }, "data_split_parameters": { - "test_size": 0.3, + "test_size": 0.333, "random_state": 1, "shuffle": false }, -- 2.43.0