mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove unnecessary models, add model arg
This commit is contained in:
parent
f7dd3045f7
commit
95121550ef
|
@ -177,11 +177,9 @@ def test_extract_data_and_train_model_Classifiers(mocker, freqai_conf, model):
|
||||||
'LightGBMRegressor',
|
'LightGBMRegressor',
|
||||||
'XGBoostRegressor',
|
'XGBoostRegressor',
|
||||||
'CatboostRegressor',
|
'CatboostRegressor',
|
||||||
'ReinforcementLearner',
|
'ReinforcementLearner'
|
||||||
'ReinforcementLearner_multiproc',
|
|
||||||
'ReinforcementLearner_test_4ac'
|
|
||||||
])
|
])
|
||||||
def test_start_backtesting(mocker, freqai_conf):
|
def test_start_backtesting(mocker, freqai_conf, model):
|
||||||
freqai_conf.get("freqai", {}).update({"save_backtest_models": True})
|
freqai_conf.get("freqai", {}).update({"save_backtest_models": True})
|
||||||
|
|
||||||
if is_arm() and model == 'CatboostRegressor':
|
if is_arm() and model == 'CatboostRegressor':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user