Skip to content
Snippets Groups Projects
Commit ab512b23 authored by Ann-Kathrin Margarete Edrich's avatar Ann-Kathrin Margarete Edrich
Browse files

Change settings template

parent 30036613
No related branches found
No related tags found
No related merge requests found
Pipeline #1620088 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment