Skip to content
Snippets Groups Projects
Commit 571a1642 authored by dmt's avatar dmt
Browse files

Add FEATURE_SELECTION and RECONSTRUCTION settings.

parent 1e95d372
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,21 @@ learn_block_minimum = 1 ...@@ -19,7 +19,21 @@ learn_block_minimum = 1
sigma_zeta_cutoff = 0.8 sigma_zeta_cutoff = 0.8
[CONSTRUCTION] [CONSTRUCTION]
max_categories = 10 max_categories = 4
min_category_size = 10 min_category_size = 10
max_model_targets = 10 max_model_targets = 10
max_target_error = 0.2 max_target_error = 0.2
[FEATURE_SELECTION]
max_features = 250
max_filter_x = 150
max_filter_y = 5000
max_model_reduction = no
[RECONSTRUCTION]
min_test_accuracy = 0.8
max_test_error_avg = 0.5
max_test_error_max = 0.4
reliability_sample = 0.1
min_reliability = 0.8
reduce_model_redudancy = false
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