make defining period intervals more user friendly and flexible

This commit is contained in:
robcaulk
2022-06-02 13:45:29 +02:00
parent ace951bf7e
commit 4ac6ef2972
3 changed files with 3 additions and 5 deletions

View File

@@ -82,7 +82,7 @@
"use_SVM_to_remove_outliers": true,
"stratify": 0,
"indicator_max_period": 20,
"indicator_interval": 10
"indicator_periods": [10, 20, 30]
},
"data_split_parameters": {
"test_size": 0.33,

View File

@@ -77,7 +77,7 @@
"use_SVM_to_remove_outliers": false,
"stratify": 0,
"indicator_max_period": 50,
"indicator_interval": 10
"indicator_periods": [10, 20]
},
"data_split_parameters": {
"test_size": 0.33,