跟特征数量没关系
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
fbd72745cb
commit
65116ab7b4
@ -66,9 +66,9 @@
|
|||||||
},
|
},
|
||||||
"freqaimodel": "CatboostClassifier",
|
"freqaimodel": "CatboostClassifier",
|
||||||
"purge_old_models": 2,
|
"purge_old_models": 2,
|
||||||
"train_period_days": 15,
|
"train_period_days": 180,
|
||||||
"train_period_days": 90,
|
"train_period_days": 180,
|
||||||
"backtest_period_days": 30,
|
"backtest_period_days": 60,
|
||||||
"live_retrain_hours": 0,
|
"live_retrain_hours": 0,
|
||||||
"feature_selection": {
|
"feature_selection": {
|
||||||
"method": "recursive_elimination"
|
"method": "recursive_elimination"
|
||||||
@ -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.9,
|
"DI_threshold": 0.5,
|
||||||
"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,
|
||||||
@ -88,10 +88,9 @@
|
|||||||
"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
|
||||||
"num_leaves": 31
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"api_server": {
|
"api_server": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user