From e8e9919011afe885c48a1a4a259b65d90f84467c Mon Sep 17 00:00:00 2001 From: dmt <> Date: Thu, 3 Oct 2019 18:56:43 +0200 Subject: [PATCH] Add to settings.ini the [BLOCK_PROCESSING] configurations. --- cml/static/settings.ini | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/cml/static/settings.ini b/cml/static/settings.ini index 8961090..c5c42cd 100644 --- a/cml/static/settings.ini +++ b/cml/static/settings.ini @@ -1,12 +1,19 @@ [GENERAL] input_file = "" -learn_directory = "" -max_learn_directory = "" +learn_dir = "" +max_learn_dir = "" use_existing_models = no +knowledge_dir = "" [PREPROCESSING] set_features = 1, 2 set_targets = "" -set_time_stamp = yes -cut_time_stamp = no +sort_time_stamp = yes +cut_time_stamp = +[BLOCK_PROCESSING] +block_size = 40 +max_blocks = 100 +stack_iterations = 100 +learn_block_minimum = 1 +sigma_zeta_cutoff = 0.8 -- GitLab