跟特征数量没关系
Some checks are pending
Update Docker Hub Description / dockerHubDescription (push) Waiting to run
Some checks are pending
Update Docker Hub Description / dockerHubDescription (push) Waiting to run
This commit is contained in:
parent
6916e49479
commit
8448ab40f5
@ -66,7 +66,7 @@
|
|||||||
},
|
},
|
||||||
"freqaimodel": "CatboostClassifier",
|
"freqaimodel": "CatboostClassifier",
|
||||||
"purge_old_models": 2,
|
"purge_old_models": 2,
|
||||||
"train_period_days": 180,
|
"train_period_days": 15,
|
||||||
"train_period_days": 180,
|
"train_period_days": 180,
|
||||||
"backtest_period_days": 60,
|
"backtest_period_days": 60,
|
||||||
"live_retrain_hours": 0,
|
"live_retrain_hours": 0,
|
||||||
@ -78,7 +78,7 @@
|
|||||||
"include_corr_pairlist": ["BTC/USDT"],
|
"include_corr_pairlist": ["BTC/USDT"],
|
||||||
"label_period_candles": 10,
|
"label_period_candles": 10,
|
||||||
"include_shifted_candles": 1,
|
"include_shifted_candles": 1,
|
||||||
"DI_threshold": 0.5,
|
"DI_threshold": 0.7,
|
||||||
"weight_factor": 0.9,
|
"weight_factor": 0.9,
|
||||||
"principal_component_analysis": false,
|
"principal_component_analysis": false,
|
||||||
"use_SVM_to_remove_outliers": false,
|
"use_SVM_to_remove_outliers": false,
|
||||||
@ -87,11 +87,11 @@
|
|||||||
"data_split_parameters": {
|
"data_split_parameters": {
|
||||||
"test_size": 0.2
|
"test_size": 0.2
|
||||||
},
|
},
|
||||||
"model_training_parameters": {
|
"model_training_parameters": {
|
||||||
"n_estimators": 100,
|
"n_estimators": 100,
|
||||||
"learning_rate": 0.05,
|
"learning_rate": 0.05,
|
||||||
"max_depth": 5
|
"max_depth": 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"api_server": {
|
"api_server": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user