更改 freqai config, 让模型学到的东西更有确定性-revert
This commit is contained in:
parent
78a26130e9
commit
d01c05b984
@ -75,12 +75,12 @@
|
||||
"freqaimodel": "LightGBMClassifier",
|
||||
"purge_old_models": 2,
|
||||
"identifier": "test58",
|
||||
"train_period_days": 15,
|
||||
"train_period_days": 7,
|
||||
"backtest_period_days": 1,
|
||||
"live_retrain_hours": 2,
|
||||
"outlier_detection": {
|
||||
"method": "IsolationForest",
|
||||
"contamination": 0.05
|
||||
"contamination": 0.1
|
||||
},
|
||||
"feature_selection": {
|
||||
"method": "recursive_elimination"
|
||||
@ -96,7 +96,7 @@
|
||||
"SOL/USDT"
|
||||
],
|
||||
"outlier_protection_percentage": 0.1,
|
||||
"label_period_candles": 6,
|
||||
"label_period_candles": 24,
|
||||
"include_shifted_candles": 3,
|
||||
"DI_threshold": 0.7,
|
||||
"weight_factor": 0.9,
|
||||
@ -122,8 +122,6 @@
|
||||
"feature_fraction": 0.8,
|
||||
"bagging_fraction": 0.8,
|
||||
"bagging_freq": 5,
|
||||
"class_weight": "balanced",
|
||||
"random_state": 7,
|
||||
"verbose": -1
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user