重构为使用回归模型
This commit is contained in:
parent
302f65db93
commit
806bb8b3d7
@ -490,12 +490,12 @@ echo "docker-compose run --rm freqtrade hyperopt $PAIRS_FLAG \
|
||||
|
||||
docker-compose run --rm freqtrade hyperopt $PAIRS_FLAG \
|
||||
--logfile /freqtrade/user_data/logs/freqtrade.log \
|
||||
--freqaimodel LightGBMClassifier \
|
||||
--freqaimodel LightGBMRegressorMultiTarget \
|
||||
--strategy $STRATEGY_CLASS_NAME \
|
||||
--config /freqtrade/config_examples/$CONFIG_FILE \
|
||||
--config /freqtrade/templates/${PARAMS_NAME}.json \
|
||||
--config /freqtrade/config_examples/hyperopt.json \
|
||||
--enable-protections \
|
||||
--config /freqtrade/config_examples/hyperopt.json \
|
||||
--enable-protections \
|
||||
--strategy-path /freqtrade/templates \
|
||||
--timerange ${START_DATE}-${END_DATE} \
|
||||
--random-state $RANDOM_STATE \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user