重构为使用回归模型

This commit is contained in:
zhangkun9038@dingtalk.com 2026-01-20 10:41:26 +08:00
parent 302f65db93
commit 806bb8b3d7

View File

@ -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 \