From ab512b23832e20fa1c9201a45232eb1935eb3401 Mon Sep 17 00:00:00 2001
From: Ann-Kathrin Edrich <edrich@mbd.rwth-aachen.de>
Date: Fri, 31 Jan 2025 09:09:15 +0100
Subject: [PATCH] Change settings template

---
 data/settings_template.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/data/settings_template.py b/data/settings_template.py
index ee0f299..1b3a9fa 100644
--- a/data/settings_template.py
+++ b/data/settings_template.py
@@ -93,7 +93,4 @@ depth =  # Number of nodes of the RF, integer
 model_to_save =  # Folder name for storage of the RF results, string
 model_to_load =  # Folder where RF model is stored, string, identical to model_to_save if training and prediction is done at the same time
 model_database_dir =  # Directory where models should be stored
-parallel =  # Boolean, true if prediction data shall be split to predict in parallel
-
-keep_cat_features = #bool, true if categorical features shall be kept even if some instances in prediction dataset have classes not covered by the prediction dataset
-remove_instances = # bool, true of instances in prediction dataset shall be removed if they have different classes than the instances in the training dataset
\ No newline at end of file
+parallel =  # Boolean, true if prediction data shall be split to predict in parallel
\ No newline at end of file
-- 
GitLab