@@ -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